pub struct FORM_W<'a> { /* private fields */ }
Expand description
Field FORM
writer - Frame Format
Implementations
sourceimpl<'a> FORM_W<'a>
impl<'a> FORM_W<'a>
sourcepub fn usart_frame_no_parity(self) -> &'a mut W
pub fn usart_frame_no_parity(self) -> &'a mut W
USART frame
sourcepub fn usart_frame_with_parity(self) -> &'a mut W
pub fn usart_frame_with_parity(self) -> &'a mut W
USART frame with parity
sourcepub fn usart_frame_lin_master_mode(self) -> &'a mut W
pub fn usart_frame_lin_master_mode(self) -> &'a mut W
LIN Master - Break and sync generation
sourcepub fn usart_frame_auto_baud_no_parity(self) -> &'a mut W
pub fn usart_frame_auto_baud_no_parity(self) -> &'a mut W
Auto-baud - break detection and auto-baud
sourcepub fn usart_frame_auto_baud_with_parity(self) -> &'a mut W
pub fn usart_frame_auto_baud_with_parity(self) -> &'a mut W
Auto-baud - break detection and auto-baud with parity
sourcepub fn usart_frame_iso_7816(self) -> &'a mut W
pub fn usart_frame_iso_7816(self) -> &'a mut W
ISO 7816
Auto Trait Implementations
impl<'a> RefUnwindSafe for FORM_W<'a>
impl<'a> Send for FORM_W<'a>
impl<'a> Sync for FORM_W<'a>
impl<'a> Unpin for FORM_W<'a>
impl<'a> !UnwindSafe for FORM_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