#[repr(transparent)]pub struct DSTORAGE_GET_REQUEST_FLAGS(pub u32);Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl BitAnd for DSTORAGE_GET_REQUEST_FLAGS
impl BitAnd for DSTORAGE_GET_REQUEST_FLAGS
Source§impl BitAndAssign for DSTORAGE_GET_REQUEST_FLAGS
impl BitAndAssign for DSTORAGE_GET_REQUEST_FLAGS
Source§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&= operation. Read moreSource§impl BitOr for DSTORAGE_GET_REQUEST_FLAGS
impl BitOr for DSTORAGE_GET_REQUEST_FLAGS
Source§impl BitOrAssign for DSTORAGE_GET_REQUEST_FLAGS
impl BitOrAssign for DSTORAGE_GET_REQUEST_FLAGS
Source§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|= operation. Read moreSource§impl Clone for DSTORAGE_GET_REQUEST_FLAGS
impl Clone for DSTORAGE_GET_REQUEST_FLAGS
Source§fn clone(&self) -> DSTORAGE_GET_REQUEST_FLAGS
fn clone(&self) -> DSTORAGE_GET_REQUEST_FLAGS
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 DSTORAGE_GET_REQUEST_FLAGS
impl Debug for DSTORAGE_GET_REQUEST_FLAGS
Source§impl Default for DSTORAGE_GET_REQUEST_FLAGS
impl Default for DSTORAGE_GET_REQUEST_FLAGS
Source§fn default() -> DSTORAGE_GET_REQUEST_FLAGS
fn default() -> DSTORAGE_GET_REQUEST_FLAGS
Returns the “default value” for a type. Read more
Source§impl Not for DSTORAGE_GET_REQUEST_FLAGS
impl Not for DSTORAGE_GET_REQUEST_FLAGS
impl Copy for DSTORAGE_GET_REQUEST_FLAGS
impl Eq for DSTORAGE_GET_REQUEST_FLAGS
impl StructuralPartialEq for DSTORAGE_GET_REQUEST_FLAGS
Auto Trait Implementations§
impl Freeze for DSTORAGE_GET_REQUEST_FLAGS
impl RefUnwindSafe for DSTORAGE_GET_REQUEST_FLAGS
impl Send for DSTORAGE_GET_REQUEST_FLAGS
impl Sync for DSTORAGE_GET_REQUEST_FLAGS
impl Unpin for DSTORAGE_GET_REQUEST_FLAGS
impl UnwindSafe for DSTORAGE_GET_REQUEST_FLAGS
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