Struct phper_sys::__BindgenBitfieldUnit [−][src]
#[repr(C)]pub struct __BindgenBitfieldUnit<Storage, Align> { /* fields omitted */ }
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
impl<Storage: PartialEq, Align: PartialEq> PartialEq<__BindgenBitfieldUnit<Storage, Align>> for __BindgenBitfieldUnit<Storage, Align>[src]
impl<Storage: PartialEq, Align: PartialEq> PartialEq<__BindgenBitfieldUnit<Storage, Align>> for __BindgenBitfieldUnit<Storage, Align>[src]This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
impl<Storage: PartialOrd, Align: PartialOrd> PartialOrd<__BindgenBitfieldUnit<Storage, Align>> for __BindgenBitfieldUnit<Storage, Align>[src]
impl<Storage: PartialOrd, Align: PartialOrd> PartialOrd<__BindgenBitfieldUnit<Storage, Align>> for __BindgenBitfieldUnit<Storage, Align>[src]This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
Auto Trait Implementations
impl<Storage, Align> RefUnwindSafe for __BindgenBitfieldUnit<Storage, Align> where
Align: RefUnwindSafe,
Storage: RefUnwindSafe, impl<Storage, Align> Send for __BindgenBitfieldUnit<Storage, Align> where
Align: Send,
Storage: Send, impl<Storage, Align> Sync for __BindgenBitfieldUnit<Storage, Align> where
Align: Sync,
Storage: Sync, impl<Storage, Align> Unpin for __BindgenBitfieldUnit<Storage, Align> where
Align: Unpin,
Storage: Unpin, impl<Storage, Align> UnwindSafe for __BindgenBitfieldUnit<Storage, Align> where
Align: UnwindSafe,
Storage: UnwindSafe, Blanket Implementations
Mutably borrows from an owned value. Read more