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