pub struct VmaFlags(pub u64);Tuple Fields§
§0: u64Implementations§
Trait Implementations§
Source§impl BitOrAssign for VmaFlags
impl BitOrAssign for VmaFlags
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreimpl Copy for VmaFlags
Auto Trait Implementations§
impl Freeze for VmaFlags
impl RefUnwindSafe for VmaFlags
impl Send for VmaFlags
impl Sync for VmaFlags
impl Unpin for VmaFlags
impl UnwindSafe for VmaFlags
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