#[repr(C)]pub struct seL4_BootInfo {Show 16 fields
pub extraLen: seL4_Word,
pub nodeID: seL4_NodeId,
pub numNodes: seL4_Word,
pub numIOPTLevels: seL4_Word,
pub ipcBuffer: *mut seL4_IPCBuffer,
pub empty: seL4_SlotRegion,
pub sharedFrames: seL4_SlotRegion,
pub userImageFrames: seL4_SlotRegion,
pub userImagePaging: seL4_SlotRegion,
pub ioSpaceCaps: seL4_SlotRegion,
pub extraBIPages: seL4_SlotRegion,
pub initThreadCNodeSizeBits: seL4_Word,
pub initThreadDomain: seL4_Domain,
pub schedcontrol: seL4_SlotRegion,
pub untyped: seL4_SlotRegion,
pub untypedList: [seL4_UntypedDesc; 230],
}
Fields§
§extraLen: seL4_Word
§nodeID: seL4_NodeId
§numNodes: seL4_Word
§numIOPTLevels: seL4_Word
§ipcBuffer: *mut seL4_IPCBuffer
§empty: seL4_SlotRegion
§userImageFrames: seL4_SlotRegion
§userImagePaging: seL4_SlotRegion
§ioSpaceCaps: seL4_SlotRegion
§extraBIPages: seL4_SlotRegion
§initThreadCNodeSizeBits: seL4_Word
§initThreadDomain: seL4_Domain
§schedcontrol: seL4_SlotRegion
§untyped: seL4_SlotRegion
§untypedList: [seL4_UntypedDesc; 230]
Trait Implementations§
Source§impl Clone for seL4_BootInfo
impl Clone for seL4_BootInfo
Source§fn clone(&self) -> seL4_BootInfo
fn clone(&self) -> seL4_BootInfo
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for seL4_BootInfo
impl Debug for seL4_BootInfo
Source§impl Default for seL4_BootInfo
impl Default for seL4_BootInfo
Source§impl PartialEq for seL4_BootInfo
impl PartialEq for seL4_BootInfo
impl Copy for seL4_BootInfo
impl Eq for seL4_BootInfo
impl StructuralPartialEq for seL4_BootInfo
Auto Trait Implementations§
impl Freeze for seL4_BootInfo
impl RefUnwindSafe for seL4_BootInfo
impl !Send for seL4_BootInfo
impl !Sync for seL4_BootInfo
impl Unpin for seL4_BootInfo
impl UnwindSafe for seL4_BootInfo
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)