#[repr(C)]pub struct FFstrbuf {
pub allocated: u32,
pub length: u32,
pub chars: *mut c_char,
}
Fields§
§allocated: u32
§length: u32
§chars: *mut c_char
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FFstrbuf
impl RefUnwindSafe for FFstrbuf
impl !Send for FFstrbuf
impl !Sync for FFstrbuf
impl Unpin for FFstrbuf
impl UnwindSafe for FFstrbuf
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