Struct windows_native::bitfield::BitfieldUnit
source ยท #[repr(C)]pub struct BitfieldUnit<Storage> { /* private fields */ }Implementationsยง
sourceยงimpl<Storage> BitfieldUnit<Storage>
impl<Storage> BitfieldUnit<Storage>
Trait Implementationsยง
sourceยงimpl<Storage: Clone> Clone for BitfieldUnit<Storage>
impl<Storage: Clone> Clone for BitfieldUnit<Storage>
sourceยงfn clone(&self) -> BitfieldUnit<Storage>
fn clone(&self) -> BitfieldUnit<Storage>
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 moresourceยงimpl<Storage: Debug> Debug for BitfieldUnit<Storage>
impl<Storage: Debug> Debug for BitfieldUnit<Storage>
sourceยงimpl<Storage: Default> Default for BitfieldUnit<Storage>
impl<Storage: Default> Default for BitfieldUnit<Storage>
sourceยงfn default() -> BitfieldUnit<Storage>
fn default() -> BitfieldUnit<Storage>
Returns the โdefault valueโ for a type. Read more
sourceยงimpl<Storage: Hash> Hash for BitfieldUnit<Storage>
impl<Storage: Hash> Hash for BitfieldUnit<Storage>
sourceยงimpl<Storage: Ord> Ord for BitfieldUnit<Storage>
impl<Storage: Ord> Ord for BitfieldUnit<Storage>
sourceยงfn cmp(&self, other: &BitfieldUnit<Storage>) -> Ordering
fn cmp(&self, other: &BitfieldUnit<Storage>) -> Ordering
1.21.0 ยท sourceยงfn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
sourceยงimpl<Storage: PartialEq> PartialEq<BitfieldUnit<Storage>> for BitfieldUnit<Storage>
impl<Storage: PartialEq> PartialEq<BitfieldUnit<Storage>> for BitfieldUnit<Storage>
sourceยงfn eq(&self, other: &BitfieldUnit<Storage>) -> bool
fn eq(&self, other: &BitfieldUnit<Storage>) -> bool
This method tests for
self and other values to be equal, and is used
by ==.sourceยงimpl<Storage: PartialOrd> PartialOrd<BitfieldUnit<Storage>> for BitfieldUnit<Storage>
impl<Storage: PartialOrd> PartialOrd<BitfieldUnit<Storage>> for BitfieldUnit<Storage>
sourceยงfn partial_cmp(&self, other: &BitfieldUnit<Storage>) -> Option<Ordering>
fn partial_cmp(&self, other: &BitfieldUnit<Storage>) -> Option<Ordering>
1.0.0 ยท sourceยงfn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl<Storage: Copy> Copy for BitfieldUnit<Storage>
impl<Storage: Eq> Eq for BitfieldUnit<Storage>
impl<Storage> StructuralEq for BitfieldUnit<Storage>
impl<Storage> StructuralPartialEq for BitfieldUnit<Storage>
Auto Trait Implementationsยง
impl<Storage> RefUnwindSafe for BitfieldUnit<Storage>where Storage: RefUnwindSafe,
impl<Storage> Send for BitfieldUnit<Storage>where Storage: Send,
impl<Storage> Sync for BitfieldUnit<Storage>where Storage: Sync,
impl<Storage> Unpin for BitfieldUnit<Storage>where Storage: Unpin,
impl<Storage> UnwindSafe for BitfieldUnit<Storage>where Storage: UnwindSafe,
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