#[repr(C)]pub struct sb {
pub data: *mut c_char,
pub allocted: usize,
pub len: usize,
}Fields§
§data: *mut c_char§allocted: usize§len: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for sb
impl RefUnwindSafe for sb
impl !Send for sb
impl !Sync for sb
impl Unpin for sb
impl UnwindSafe for sb
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