pub struct NoIndividualReset;
Expand description
This flag specify that buffer cannot be reset individually.
Trait Implementations§
Source§impl Clone for NoIndividualReset
impl Clone for NoIndividualReset
Source§fn clone(&self) -> NoIndividualReset
fn clone(&self) -> NoIndividualReset
Returns a copy 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 NoIndividualReset
impl Debug for NoIndividualReset
Source§impl Default for NoIndividualReset
impl Default for NoIndividualReset
Source§fn default() -> NoIndividualReset
fn default() -> NoIndividualReset
Returns the “default value” for a type. Read more
Source§impl Reset for NoIndividualReset
impl Reset for NoIndividualReset
Source§fn flags(&self) -> CommandPoolCreateFlags
fn flags(&self) -> CommandPoolCreateFlags
Get flags for reset parameter.
impl Copy for NoIndividualReset
Auto Trait Implementations§
impl Freeze for NoIndividualReset
impl RefUnwindSafe for NoIndividualReset
impl Send for NoIndividualReset
impl Sync for NoIndividualReset
impl Unpin for NoIndividualReset
impl UnwindSafe for NoIndividualReset
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)