#[repr(C, packed(2))]pub struct BootNode {
pub bn_Node: Node,
pub bn_Flags: UWORD,
pub bn_DeviceNode: APTR,
}Fields§
§bn_Node: Node§bn_Flags: UWORD§bn_DeviceNode: APTRTrait Implementations§
Auto Trait Implementations§
impl Freeze for BootNode
impl RefUnwindSafe for BootNode
impl !Send for BootNode
impl !Sync for BootNode
impl Unpin for BootNode
impl UnwindSafe for BootNode
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