#[repr(C)]pub struct FFIWString { /* private fields */ }
Expand description
An array of 16-bit characters terminated by a null character.
Is it better to be compatible with some crates supporting wide string?
Implementations§
Trait Implementations§
Source§impl Debug for FFIWString
impl Debug for FFIWString
Source§impl FFIToRust for FFIWString
impl FFIToRust 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 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