#[repr(C)]pub struct RawBuffer {
pub tt: u8,
pub marked: u8,
pub memcat: u8,
pub len: u32,
pub data: [Align8Byte; 1],
}Fields§
§tt: u8§marked: u8§memcat: u8§len: u32§data: [Align8Byte; 1]Auto Trait Implementations§
impl Freeze for RawBuffer
impl RefUnwindSafe for RawBuffer
impl Send for RawBuffer
impl Sync for RawBuffer
impl Unpin for RawBuffer
impl UnsafeUnpin for RawBuffer
impl UnwindSafe for RawBuffer
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