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