#[repr(C, align(64))]pub struct CellHeader {
pub magic: u32,
pub size: u32,
pub version: AtomicU32,
pub _pad_to_payload: u32,
pub payload: [u8; 52],
}Fields§
§magic: u32§size: u32§version: AtomicU32§_pad_to_payload: u32§payload: [u8; 52]Auto Trait Implementations§
impl !Freeze for CellHeader
impl RefUnwindSafe for CellHeader
impl Send for CellHeader
impl Sync for CellHeader
impl Unpin for CellHeader
impl UnsafeUnpin for CellHeader
impl UnwindSafe for CellHeader
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