Struct ash::entry::MissingEntryPoint
source · pub struct MissingEntryPoint;
Trait Implementations§
source§impl Clone for MissingEntryPoint
impl Clone for MissingEntryPoint
source§fn clone(&self) -> MissingEntryPoint
fn clone(&self) -> MissingEntryPoint
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 MissingEntryPoint
impl Debug for MissingEntryPoint
source§impl Display for MissingEntryPoint
impl Display for MissingEntryPoint
source§impl Error for MissingEntryPoint
impl Error for MissingEntryPoint
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<MissingEntryPoint> for LoadingError
impl From<MissingEntryPoint> for LoadingError
source§fn from(err: MissingEntryPoint) -> Self
fn from(err: MissingEntryPoint) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for MissingEntryPoint
impl RefUnwindSafe for MissingEntryPoint
impl Send for MissingEntryPoint
impl Sync for MissingEntryPoint
impl Unpin for MissingEntryPoint
impl UnwindSafe for MissingEntryPoint
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