pub enum SRW {
STOPPED,
STARTED,
}
Expand description
Values that can be written to the field SR
Variants§
STOPPED
Reception is stopped after transfer of the current frame
STARTED
Reception is placed in the Running state
Auto Trait Implementations§
impl Freeze for SRW
impl RefUnwindSafe for SRW
impl Send for SRW
impl Sync for SRW
impl Unpin for SRW
impl UnwindSafe for SRW
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