[−][src]Struct mynewt::hw::sensor::bindings::__BindgenUnionField
Methods
impl<T> __BindgenUnionField<T>[src]
pub fn new() -> Self[src]
pub unsafe fn as_ref(&self) -> &T[src]
pub unsafe fn as_mut(&mut self) -> &mut T[src]
Trait Implementations
impl<T> Copy for __BindgenUnionField<T>[src]
impl<T> Debug for __BindgenUnionField<T>[src]
impl<T> PartialEq<__BindgenUnionField<T>> for __BindgenUnionField<T>[src]
fn eq(&self, _other: &__BindgenUnionField<T>) -> bool[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> boolThis method tests for !=.
impl<T> Eq for __BindgenUnionField<T>[src]
fn assert_receiver_is_total_eq(&self)1.0.0[src]
impl<T> Hash for __BindgenUnionField<T>[src]
fn hash<H: Hasher>(&self, _state: &mut H)[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
Feeds a slice of this type into the given [Hasher]. Read more
impl<T> Clone for __BindgenUnionField<T>[src]
fn clone(&self) -> Self[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl<T> Default for __BindgenUnionField<T>[src]
Auto Trait Implementations
impl<T> Send for __BindgenUnionField<T> where
T: Send,
T: Send,
impl<T> Sync for __BindgenUnionField<T> where
T: Sync,
T: Sync,
Blanket Implementations
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,