#[repr(transparent)]pub struct DynamicLibraryError(pub UInteger);Expand description
Dynamic library error codes.
C++ equivalent: MTL::DynamicLibraryError
Tuple Fields§
§0: UIntegerImplementations§
Source§impl DynamicLibraryError
impl DynamicLibraryError
pub const NONE: Self
pub const INVALID_FILE: Self
pub const COMPILATION_FAILURE: Self
pub const UNRESOLVED_INSTALL_NAME: Self
pub const DEPENDENCY_LOAD_FAILURE: Self
pub const UNSUPPORTED: Self
Trait Implementations§
Source§impl Clone for DynamicLibraryError
impl Clone for DynamicLibraryError
Source§fn clone(&self) -> DynamicLibraryError
fn clone(&self) -> DynamicLibraryError
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 DynamicLibraryError
impl Debug for DynamicLibraryError
Source§impl Default for DynamicLibraryError
impl Default for DynamicLibraryError
Source§fn default() -> DynamicLibraryError
fn default() -> DynamicLibraryError
Returns the “default value” for a type. Read more
Source§impl Hash for DynamicLibraryError
impl Hash for DynamicLibraryError
Source§impl PartialEq for DynamicLibraryError
impl PartialEq for DynamicLibraryError
impl Copy for DynamicLibraryError
impl Eq for DynamicLibraryError
impl StructuralPartialEq for DynamicLibraryError
Auto Trait Implementations§
impl Freeze for DynamicLibraryError
impl RefUnwindSafe for DynamicLibraryError
impl Send for DynamicLibraryError
impl Sync for DynamicLibraryError
impl Unpin for DynamicLibraryError
impl UnwindSafe for DynamicLibraryError
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