#[repr(C, align(8))]struct HeaderData {
is_present: u8,
marked: Cell<bool>,
}
Fields§
§is_present: u8
§marked: Cell<bool>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for HeaderData
impl !RefUnwindSafe for HeaderData
impl Send for HeaderData
impl !Sync for HeaderData
impl Unpin for HeaderData
impl UnwindSafe for HeaderData
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