pub struct SetInstanceCount<CS>(/* private fields */);Trait Implementations§
Source§impl<CS: State> State for SetInstanceCount<CS>
impl<CS: State> State for SetInstanceCount<CS>
type VertexCount = <CS as State>::VertexCount
type InstanceCount = InstanceCountValue
type FirstVertex = <CS as State>::FirstVertex
type FirstInstance = <CS as State>::FirstInstance
Auto Trait Implementations§
impl<CS> Freeze for SetInstanceCount<CS>where
CS: Freeze,
impl<CS> RefUnwindSafe for SetInstanceCount<CS>where
CS: RefUnwindSafe,
impl<CS> Send for SetInstanceCount<CS>where
CS: Send,
impl<CS> Sync for SetInstanceCount<CS>where
CS: Sync,
impl<CS> Unpin for SetInstanceCount<CS>where
CS: Unpin,
impl<CS> UnwindSafe for SetInstanceCount<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