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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for LoaderInterfaceStructs
Source§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
impl Eq for LoaderInterfaceStructs
Source§impl PartialEq for LoaderInterfaceStructs
impl PartialEq for LoaderInterfaceStructs
Source§fn eq(&self, other: &LoaderInterfaceStructs) -> bool
fn eq(&self, other: &LoaderInterfaceStructs) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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