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