pub struct IndividualReset;
Expand description
This flag specify that buffer can be reset individually.
Trait Implementations§
Source§impl Clone for IndividualReset
impl Clone for IndividualReset
Source§fn clone(&self) -> IndividualReset
fn clone(&self) -> IndividualReset
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 IndividualReset
impl Debug for IndividualReset
Source§impl Default for IndividualReset
impl Default for IndividualReset
Source§fn default() -> IndividualReset
fn default() -> IndividualReset
Returns the “default value” for a type. Read more
Source§impl Reset for IndividualReset
impl Reset for IndividualReset
Source§fn flags(&self) -> CommandPoolCreateFlags
fn flags(&self) -> CommandPoolCreateFlags
Get flags for reset parameter.
impl Copy for IndividualReset
Auto Trait Implementations§
impl Freeze for IndividualReset
impl RefUnwindSafe for IndividualReset
impl Send for IndividualReset
impl Sync for IndividualReset
impl Unpin for IndividualReset
impl UnwindSafe for IndividualReset
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
)