#[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 RefUnwindSafe for FFIString
impl !Send for FFIString
impl !Sync for FFIString
impl Unpin for FFIString
impl UnwindSafe for FFIString
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more