pub struct MkBufferUsage(/* private fields */);Expand description
Buffer usage flags.
Implementations§
Source§impl MkBufferUsage
impl MkBufferUsage
Trait Implementations§
Source§impl BitOr for MkBufferUsage
impl BitOr for MkBufferUsage
Source§impl Clone for MkBufferUsage
impl Clone for MkBufferUsage
Source§fn clone(&self) -> MkBufferUsage
fn clone(&self) -> MkBufferUsage
Returns a duplicate 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 MkBufferUsage
impl Debug for MkBufferUsage
Source§impl PartialEq for MkBufferUsage
impl PartialEq for MkBufferUsage
impl Copy for MkBufferUsage
impl Eq for MkBufferUsage
impl StructuralPartialEq for MkBufferUsage
Auto Trait Implementations§
impl Freeze for MkBufferUsage
impl RefUnwindSafe for MkBufferUsage
impl Send for MkBufferUsage
impl Sync for MkBufferUsage
impl Unpin for MkBufferUsage
impl UnwindSafe for MkBufferUsage
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