pub struct LEC_W<'a> { /* private fields */ }
Expand description
Write proxy for field LEC
Implementations§
Source§impl<'a> LEC_W<'a>
impl<'a> LEC_W<'a>
Sourcepub fn bit_recessive(self) -> &'a mut W
pub fn bit_recessive(self) -> &'a mut W
Bit recessive Error
Sourcepub fn bit_dominant(self) -> &'a mut W
pub fn bit_dominant(self) -> &'a mut W
Bit dominant Error
Auto Trait Implementations§
impl<'a> Freeze for LEC_W<'a>
impl<'a> !RefUnwindSafe for LEC_W<'a>
impl<'a> Send for LEC_W<'a>
impl<'a> !Sync for LEC_W<'a>
impl<'a> Unpin for LEC_W<'a>
impl<'a> !UnwindSafe for LEC_W<'a>
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