pub struct FormatSupport2(/* private fields */);Implementations§
Source§impl FormatSupport2
impl FormatSupport2
pub const UAVAtomicAdd: Self
pub const UAVAtomicBitwiseOps: Self
pub const UAVAtomicCompareStoreOrCompareExchange: Self
pub const UAVAtomicExchange: Self
pub const UAVAtomicSignedMinOrMax: Self
pub const UAVAtomicUnsignedMinOrMax: Self
pub const UAVTypedLoad: Self
pub const UAVTypedStore: Self
pub const OutputMergerLogicOp: Self
pub const Tiled: Self
pub const MultiplaneOverlay: Self
Trait Implementations§
Source§impl BitAnd for FormatSupport2
impl BitAnd for FormatSupport2
Source§impl BitAndAssign for FormatSupport2
impl BitAndAssign for FormatSupport2
Source§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&= operation. Read moreSource§impl BitOr for FormatSupport2
impl BitOr for FormatSupport2
Source§impl BitOrAssign for FormatSupport2
impl BitOrAssign for FormatSupport2
Source§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|= operation. Read moreSource§impl Clone for FormatSupport2
impl Clone for FormatSupport2
Source§fn clone(&self) -> FormatSupport2
fn clone(&self) -> FormatSupport2
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 FormatSupport2
impl Debug for FormatSupport2
Source§impl PartialEq for FormatSupport2
impl PartialEq for FormatSupport2
impl Copy for FormatSupport2
impl Eq for FormatSupport2
impl StructuralPartialEq for FormatSupport2
Auto Trait Implementations§
impl Freeze for FormatSupport2
impl RefUnwindSafe for FormatSupport2
impl Send for FormatSupport2
impl Sync for FormatSupport2
impl Unpin for FormatSupport2
impl UnsafeUnpin for FormatSupport2
impl UnwindSafe for FormatSupport2
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