#[repr(transparent)]pub struct StitchedLibraryOptions(pub UInteger);Expand description
Options for stitched library creation.
C++ equivalent: MTL::StitchedLibraryOptions
Tuple Fields§
§0: UIntegerImplementations§
Source§impl StitchedLibraryOptions
impl StitchedLibraryOptions
pub const NONE: Self
pub const FAIL_ON_BINARY_ARCHIVE_MISS: Self
pub const STORE_LIBRARY_IN_METAL_PIPELINES_SCRIPT: Self
Trait Implementations§
Source§impl BitAnd for StitchedLibraryOptions
impl BitAnd for StitchedLibraryOptions
Source§impl BitOr for StitchedLibraryOptions
impl BitOr for StitchedLibraryOptions
Source§impl BitOrAssign for StitchedLibraryOptions
impl BitOrAssign for StitchedLibraryOptions
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl Clone for StitchedLibraryOptions
impl Clone for StitchedLibraryOptions
Source§fn clone(&self) -> StitchedLibraryOptions
fn clone(&self) -> StitchedLibraryOptions
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 StitchedLibraryOptions
impl Debug for StitchedLibraryOptions
Source§impl Default for StitchedLibraryOptions
impl Default for StitchedLibraryOptions
Source§fn default() -> StitchedLibraryOptions
fn default() -> StitchedLibraryOptions
Returns the “default value” for a type. Read more
Source§impl Hash for StitchedLibraryOptions
impl Hash for StitchedLibraryOptions
Source§impl PartialEq for StitchedLibraryOptions
impl PartialEq for StitchedLibraryOptions
impl Copy for StitchedLibraryOptions
impl Eq for StitchedLibraryOptions
impl StructuralPartialEq for StitchedLibraryOptions
Auto Trait Implementations§
impl Freeze for StitchedLibraryOptions
impl RefUnwindSafe for StitchedLibraryOptions
impl Send for StitchedLibraryOptions
impl Sync for StitchedLibraryOptions
impl Unpin for StitchedLibraryOptions
impl UnwindSafe for StitchedLibraryOptions
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