pub enum ResponseLen {
Zero,
R48,
R136,
}
Expand description
Command Response type
Variants§
Trait Implementations§
Source§impl Clone for ResponseLen
impl Clone for ResponseLen
Source§fn clone(&self) -> ResponseLen
fn clone(&self) -> ResponseLen
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl PartialEq for ResponseLen
impl PartialEq for ResponseLen
impl Copy for ResponseLen
impl Eq for ResponseLen
impl StructuralPartialEq for ResponseLen
Auto Trait Implementations§
impl Freeze for ResponseLen
impl RefUnwindSafe for ResponseLen
impl Send for ResponseLen
impl Sync for ResponseLen
impl Unpin for ResponseLen
impl UnwindSafe for ResponseLen
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