Struct ExBarrier
pub struct ExBarrier<'ex> { /* private fields */ }Expand description
Default-param extender for RenderingDevice::barrier_ex.
Implementations§
§impl<'ex> ExBarrier<'ex>
impl<'ex> ExBarrier<'ex>
pub fn from(self, from: BarrierMask) -> ExBarrier<'ex>
pub fn to(self, to: BarrierMask) -> ExBarrier<'ex>
pub fn done(self)
Auto Trait Implementations§
impl<'ex> Freeze for ExBarrier<'ex>
impl<'ex> RefUnwindSafe for ExBarrier<'ex>
impl<'ex> !Send for ExBarrier<'ex>
impl<'ex> !Sync for ExBarrier<'ex>
impl<'ex> Unpin for ExBarrier<'ex>
impl<'ex> !UnwindSafe for ExBarrier<'ex>
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