pub struct LoaderInterfaceStructs(/* private fields */);Expand description
Implementations§
Source§impl LoaderInterfaceStructs
impl LoaderInterfaceStructs
pub const UNINTIALIZED: LoaderInterfaceStructs
pub const LOADER_INFO: LoaderInterfaceStructs
pub const API_LAYER_REQUEST: LoaderInterfaceStructs
pub const RUNTIME_REQUEST: LoaderInterfaceStructs
pub const API_LAYER_CREATE_INFO: LoaderInterfaceStructs
pub const API_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 duplicate 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 Default for LoaderInterfaceStructs
impl Default for LoaderInterfaceStructs
Source§fn default() -> LoaderInterfaceStructs
fn default() -> LoaderInterfaceStructs
Returns the “default value” for a type. Read more
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