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