#[repr(C)]pub struct FFIString { /* private fields */ }
Expand description
An array of 8-bit characters terminated by a null character.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FFIString
impl RefUnwindSafe for FFIString
impl !Send for FFIString
impl !Sync for FFIString
impl Unpin for FFIString
impl UnwindSafe for FFIString
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