Struct SHREGENUM_FLAGS
#[repr(transparent)]pub struct SHREGENUM_FLAGS(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for SHREGENUM_FLAGS
impl Clone for SHREGENUM_FLAGS
§fn clone(&self) -> SHREGENUM_FLAGS
fn clone(&self) -> SHREGENUM_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 more§impl Debug for SHREGENUM_FLAGS
impl Debug for SHREGENUM_FLAGS
§impl Default for SHREGENUM_FLAGS
impl Default for SHREGENUM_FLAGS
§fn default() -> SHREGENUM_FLAGS
fn default() -> SHREGENUM_FLAGS
Returns the “default value” for a type. Read more
§impl PartialEq for SHREGENUM_FLAGS
impl PartialEq for SHREGENUM_FLAGS
impl Copy for SHREGENUM_FLAGS
impl Eq for SHREGENUM_FLAGS
impl StructuralPartialEq for SHREGENUM_FLAGS
Auto Trait Implementations§
impl Freeze for SHREGENUM_FLAGS
impl RefUnwindSafe for SHREGENUM_FLAGS
impl Send for SHREGENUM_FLAGS
impl Sync for SHREGENUM_FLAGS
impl Unpin for SHREGENUM_FLAGS
impl UnwindSafe for SHREGENUM_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