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