#[repr(C)]pub struct __sbuf {
pub _base: *mut c_uchar,
pub _size: c_int,
}
Fields§
§_base: *mut c_uchar
§_size: c_int
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for __sbuf
impl !Send for __sbuf
impl !Sync for __sbuf
impl Unpin for __sbuf
impl UnwindSafe for __sbuf
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