pub struct _EOCSW<'a> { /* private fields */ }
Expand description
Proxy
Implementations§
Source§impl<'a> _EOCSW<'a>
impl<'a> _EOCSW<'a>
Sourcepub fn each_sequence(self) -> &'a mut W
pub fn each_sequence(self) -> &'a mut W
The EOC bit is set at the end of each sequence of regular conversions
Sourcepub fn each_conversion(self) -> &'a mut W
pub fn each_conversion(self) -> &'a mut W
The EOC bit is set at the end of each regular conversion
Auto Trait Implementations§
impl<'a> Freeze for _EOCSW<'a>
impl<'a> RefUnwindSafe for _EOCSW<'a>
impl<'a> Send for _EOCSW<'a>
impl<'a> Sync for _EOCSW<'a>
impl<'a> Unpin for _EOCSW<'a>
impl<'a> !UnwindSafe for _EOCSW<'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