Struct atsamd51n::system_control::aircr::ENDIANNESS_W
source · [−]pub struct ENDIANNESS_W<'a> { /* private fields */ }
Expand description
Field ENDIANNESS
writer - Data endianness, 0=little, 1=big
Implementations
sourceimpl<'a> ENDIANNESS_W<'a>
impl<'a> ENDIANNESS_W<'a>
sourcepub fn variant(self, variant: ENDIANNESS_A) -> &'a mut W
pub fn variant(self, variant: ENDIANNESS_A) -> &'a mut W
Writes variant
to the field
Auto Trait Implementations
impl<'a> RefUnwindSafe for ENDIANNESS_W<'a>
impl<'a> Send for ENDIANNESS_W<'a>
impl<'a> Sync for ENDIANNESS_W<'a>
impl<'a> Unpin for ENDIANNESS_W<'a>
impl<'a> !UnwindSafe for ENDIANNESS_W<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more