pub struct SetFormat<CS>(/* private fields */);Trait Implementations§
Source§impl<'a, CS: State<'a>> State<'a> for SetFormat<CS>
impl<'a, CS: State<'a>> State<'a> for SetFormat<CS>
type Label = <CS as State<'a>>::Label
type Format = FormatValue
type Dimension = <CS as State<'a>>::Dimension
type Usage = <CS as State<'a>>::Usage
type Aspect = <CS as State<'a>>::Aspect
type BaseMipLevel = <CS as State<'a>>::BaseMipLevel
type MipLevelCount = <CS as State<'a>>::MipLevelCount
type BaseArrayLayer = <CS as State<'a>>::BaseArrayLayer
type ArrayLayerCount = <CS as State<'a>>::ArrayLayerCount
Auto Trait Implementations§
impl<CS> Freeze for SetFormat<CS>where
CS: Freeze,
impl<CS> RefUnwindSafe for SetFormat<CS>where
CS: RefUnwindSafe,
impl<CS> Send for SetFormat<CS>where
CS: Send,
impl<CS> Sync for SetFormat<CS>where
CS: Sync,
impl<CS> Unpin for SetFormat<CS>where
CS: Unpin,
impl<CS> UnwindSafe for SetFormat<CS>where
CS: UnwindSafe,
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