pub struct RESPTYP_W<'a> { /* private fields */ }
Expand description
Field RESPTYP
writer - Response Type
Implementations
sourceimpl<'a> RESPTYP_W<'a>
impl<'a> RESPTYP_W<'a>
sourcepub fn _48_bit_busy(self) -> &'a mut W
pub fn _48_bit_busy(self) -> &'a mut W
48-bit response check busy after response
Auto Trait Implementations
impl<'a> RefUnwindSafe for RESPTYP_W<'a>
impl<'a> Send for RESPTYP_W<'a>
impl<'a> Sync for RESPTYP_W<'a>
impl<'a> Unpin for RESPTYP_W<'a>
impl<'a> !UnwindSafe for RESPTYP_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