Struct sel4_sys::seL4_BootInfo

source ·
#[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§sharedFrames: 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

source§

fn clone(&self) -> seL4_BootInfo

Returns a copy of the value. Read more
1.0.0§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for seL4_BootInfo

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for seL4_BootInfo

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl PartialEq for seL4_BootInfo

source§

fn eq(&self, other: &seL4_BootInfo) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Copy for seL4_BootInfo

source§

impl Eq for seL4_BootInfo

source§

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 T
where T: 'static + ?Sized,

§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Borrow<T> for T
where T: ?Sized,

§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
§

impl<T> BorrowMut<T> for T
where T: ?Sized,

§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> From<T> for T

§

fn from(t: T) -> T

Returns the argument unchanged.

§

impl<T, U> Into<U> for T
where U: From<T>,

§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.