#[repr(C)]pub struct read_buf {
pub length: c_ushort,
pub ptr: *mut c_uchar,
}Fields§
§length: c_ushort§ptr: *mut c_ucharTrait Implementations§
Auto Trait Implementations§
impl Freeze for read_buf
impl RefUnwindSafe for read_buf
impl !Send for read_buf
impl !Sync for read_buf
impl Unpin for read_buf
impl UnwindSafe for read_buf
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