#[repr(i32)]pub enum ResourceBarrierType {
Transition = 0,
Aliasing = 1,
Uav = 2,
}
Variants§
Trait Implementations§
Source§impl Clone for ResourceBarrierType
impl Clone for ResourceBarrierType
Source§fn clone(&self) -> ResourceBarrierType
fn clone(&self) -> ResourceBarrierType
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 ResourceBarrierType
impl Debug for ResourceBarrierType
impl Copy for ResourceBarrierType
Auto Trait Implementations§
impl Freeze for ResourceBarrierType
impl RefUnwindSafe for ResourceBarrierType
impl Send for ResourceBarrierType
impl Sync for ResourceBarrierType
impl Unpin for ResourceBarrierType
impl UnwindSafe for ResourceBarrierType
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