Struct bl602_sdk::wifi::__BindgenBitfieldUnit [−][src]
#[repr(C)]pub struct __BindgenBitfieldUnit<Storage> { /* fields omitted */ }
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
This method returns an [Ordering
] between self
and other
. Read more
impl<Storage: PartialEq> PartialEq<__BindgenBitfieldUnit<Storage>> for __BindgenBitfieldUnit<Storage>
impl<Storage: PartialEq> PartialEq<__BindgenBitfieldUnit<Storage>> for __BindgenBitfieldUnit<Storage>
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
impl<Storage: PartialOrd> PartialOrd<__BindgenBitfieldUnit<Storage>> for __BindgenBitfieldUnit<Storage>
impl<Storage: PartialOrd> PartialOrd<__BindgenBitfieldUnit<Storage>> for __BindgenBitfieldUnit<Storage>
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> Send for __BindgenBitfieldUnit<Storage> where
Storage: Send,
impl<Storage> Sync for __BindgenBitfieldUnit<Storage> where
Storage: Sync,
impl<Storage> Unpin for __BindgenBitfieldUnit<Storage> where
Storage: Unpin,
Blanket Implementations
pub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
pub fn from(t: T) -> T
pub fn from(t: T) -> T
Performs the conversion.
pub fn into(self) -> U
pub fn into(self) -> U
Performs the conversion.