pub struct FFIWString { /* private fields */ }Expand description
An array of 16-bit characters terminated by a null character.
Implementations§
Trait Implementations§
Source§impl Debug for FFIWString
impl Debug for FFIWString
Auto Trait Implementations§
impl Freeze for FFIWString
impl RefUnwindSafe for FFIWString
impl !Send for FFIWString
impl !Sync for FFIWString
impl Unpin for FFIWString
impl UnsafeUnpin for FFIWString
impl UnwindSafe for FFIWString
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