#[repr(transparent)]pub struct RegFlags(pub c_int);Expand description
Flag bits used for notification registration.
Tuple Fields§
§0: c_intImplementations§
Trait Implementations§
Source§impl BitAndAssign for RegFlags
impl BitAndAssign for RegFlags
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOrAssign for RegFlags
impl BitOrAssign for RegFlags
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl BitXorAssign for RegFlags
impl BitXorAssign for RegFlags
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^= operation. Read moreimpl Copy for RegFlags
impl Eq for RegFlags
impl StructuralPartialEq for RegFlags
Auto Trait Implementations§
impl Freeze for RegFlags
impl RefUnwindSafe for RegFlags
impl Send for RegFlags
impl Sync for RegFlags
impl Unpin for RegFlags
impl UnsafeUnpin for RegFlags
impl UnwindSafe for RegFlags
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