Struct interpreter::native::lang::StringUTF16
source · pub struct StringUTF16;
Trait Implementations§
source§impl NativeModule for StringUTF16
impl NativeModule for StringUTF16
fn methods() -> Vec<(NameAndDescriptor, NativeFunction)>
fn classname() -> &'static str
fn static_fields() -> Vec<(NameAndDescriptor, RuntimeValue)>
fn register(vm: &mut VM) -> Result<(), Throwable>
Auto Trait Implementations§
impl RefUnwindSafe for StringUTF16
impl Send for StringUTF16
impl Sync for StringUTF16
impl Unpin for StringUTF16
impl UnwindSafe for StringUTF16
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more