pub struct LoaderInterfaceStructureType(/* private fields */);
Implementations§
Source§impl LoaderInterfaceStructureType
impl LoaderInterfaceStructureType
pub const UNINTIALIZED: Self
pub const LOADER_INFO: Self
pub const API_LAYER_REQUEST: Self
pub const RUNTIME_REQUEST: Self
pub const API_LAYER_CREATE_INFO: Self
pub const API_LAYER_NEXT_INFO: Self
Trait Implementations§
Source§impl Clone for LoaderInterfaceStructureType
impl Clone for LoaderInterfaceStructureType
Source§fn clone(&self) -> LoaderInterfaceStructureType
fn clone(&self) -> LoaderInterfaceStructureType
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 LoaderInterfaceStructureType
impl Debug for LoaderInterfaceStructureType
Source§impl PartialEq for LoaderInterfaceStructureType
impl PartialEq for LoaderInterfaceStructureType
Source§fn eq(&self, other: &LoaderInterfaceStructureType) -> bool
fn eq(&self, other: &LoaderInterfaceStructureType) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for LoaderInterfaceStructureType
impl Eq for LoaderInterfaceStructureType
impl StructuralPartialEq for LoaderInterfaceStructureType
Auto Trait Implementations§
impl Freeze for LoaderInterfaceStructureType
impl RefUnwindSafe for LoaderInterfaceStructureType
impl Send for LoaderInterfaceStructureType
impl Sync for LoaderInterfaceStructureType
impl Unpin for LoaderInterfaceStructureType
impl UnwindSafe for LoaderInterfaceStructureType
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