pub struct DsbConsumer<const optionSET: bool> { /* private fields */ }Implementations§
Source§impl DsbConsumer<false>
impl DsbConsumer<false>
pub fn consume_option(self) -> (Option<u8>, DsbConsumer<true>)
Source§impl DsbConsumer<true>
impl DsbConsumer<true>
Auto Trait Implementations§
impl<const optionSET: bool> Freeze for DsbConsumer<optionSET>
impl<const optionSET: bool> RefUnwindSafe for DsbConsumer<optionSET>
impl<const optionSET: bool> Send for DsbConsumer<optionSET>
impl<const optionSET: bool> Sync for DsbConsumer<optionSET>
impl<const optionSET: bool> Unpin for DsbConsumer<optionSET>
impl<const optionSET: bool> UnsafeUnpin for DsbConsumer<optionSET>
impl<const optionSET: bool> UnwindSafe for DsbConsumer<optionSET>
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