#[repr(transparent)]pub struct LibraryType(pub Integer);Expand description
Library type.
C++ equivalent: MTL::LibraryType
Tuple Fields§
§0: IntegerImplementations§
Source§impl LibraryType
impl LibraryType
pub const EXECUTABLE: Self
pub const DYNAMIC: Self
Trait Implementations§
Source§impl Clone for LibraryType
impl Clone for LibraryType
Source§fn clone(&self) -> LibraryType
fn clone(&self) -> LibraryType
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 LibraryType
impl Debug for LibraryType
Source§impl Default for LibraryType
impl Default for LibraryType
Source§fn default() -> LibraryType
fn default() -> LibraryType
Returns the “default value” for a type. Read more
Source§impl Hash for LibraryType
impl Hash for LibraryType
Source§impl PartialEq for LibraryType
impl PartialEq for LibraryType
impl Copy for LibraryType
impl Eq for LibraryType
impl StructuralPartialEq for LibraryType
Auto Trait Implementations§
impl Freeze for LibraryType
impl RefUnwindSafe for LibraryType
impl Send for LibraryType
impl Sync for LibraryType
impl Unpin for LibraryType
impl UnwindSafe for LibraryType
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