pub struct LoaderInterfaceStructs(/* private fields */);
Expand description
Implementations§
Source§impl LoaderInterfaceStructs
impl LoaderInterfaceStructs
pub const NINTIALIZED: LoaderInterfaceStructs
pub const OADER_INFO: LoaderInterfaceStructs
pub const PI_LAYER_REQUEST: LoaderInterfaceStructs
pub const UNTIME_REQUEST: LoaderInterfaceStructs
pub const PI_LAYER_CREATE_INFO: LoaderInterfaceStructs
pub const PI_LAYER_NEXT_INFO: LoaderInterfaceStructs
pub fn from_raw(x: i32) -> LoaderInterfaceStructs
pub fn into_raw(self) -> i32
Trait Implementations§
Source§impl Clone for LoaderInterfaceStructs
impl Clone for LoaderInterfaceStructs
Source§fn clone(&self) -> LoaderInterfaceStructs
fn clone(&self) -> LoaderInterfaceStructs
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for LoaderInterfaceStructs
impl Debug for LoaderInterfaceStructs
Source§impl PartialEq for LoaderInterfaceStructs
impl PartialEq for LoaderInterfaceStructs
impl Copy for LoaderInterfaceStructs
impl Eq for LoaderInterfaceStructs
impl StructuralPartialEq for LoaderInterfaceStructs
Auto Trait Implementations§
impl Freeze for LoaderInterfaceStructs
impl RefUnwindSafe for LoaderInterfaceStructs
impl Send for LoaderInterfaceStructs
impl Sync for LoaderInterfaceStructs
impl Unpin for LoaderInterfaceStructs
impl UnwindSafe for LoaderInterfaceStructs
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