pub enum Rc5State {
Idle,
Data(u8),
Done,
Err(DecodingError),
}
Variants§
Trait Implementations§
impl Copy for Rc5State
Auto Trait Implementations§
impl Freeze for Rc5State
impl RefUnwindSafe for Rc5State
impl Send for Rc5State
impl Sync for Rc5State
impl Unpin for Rc5State
impl UnwindSafe for Rc5State
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