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