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