#[repr(transparent)]pub struct DSTORAGE_GET_REQUEST_FLAGS(pub u32);Tuple Fields§
§0: u32Implementations§
source§impl DSTORAGE_GET_REQUEST_FLAGS
impl DSTORAGE_GET_REQUEST_FLAGS
pub const DSTORAGE_GET_REQUEST_FLAG_SELECT_CUSTOM: Self = _
pub const DSTORAGE_GET_REQUEST_FLAG_SELECT_BUILTIN: Self = _
pub const DSTORAGE_GET_REQUEST_FLAG_SELECT_ALL: Self = _
Trait Implementations§
source§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 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 DSTORAGE_GET_REQUEST_FLAGS
impl Debug for DSTORAGE_GET_REQUEST_FLAGS
source§impl PartialEq<DSTORAGE_GET_REQUEST_FLAGS> for DSTORAGE_GET_REQUEST_FLAGS
impl PartialEq<DSTORAGE_GET_REQUEST_FLAGS> for DSTORAGE_GET_REQUEST_FLAGS
source§fn eq(&self, other: &DSTORAGE_GET_REQUEST_FLAGS) -> bool
fn eq(&self, other: &DSTORAGE_GET_REQUEST_FLAGS) -> bool
This method tests for
self and other values to be equal, and is used
by ==.