#[repr(u8)]pub enum SubpacketType {
ZCRCE = 104,
ZCRCG = 105,
ZCRCQ = 106,
ZCRCW = 107,
}Expand description
The ZMODEM protocol subpacket type
Variants§
Trait Implementations§
Source§impl Clone for SubpacketType
impl Clone for SubpacketType
Source§fn clone(&self) -> SubpacketType
fn clone(&self) -> SubpacketType
Returns a duplicate 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 Debug for SubpacketType
impl Debug for SubpacketType
Source§impl Display for SubpacketType
impl Display for SubpacketType
Source§impl PartialEq for SubpacketType
impl PartialEq for SubpacketType
Source§impl TryFrom<u8> for SubpacketType
impl TryFrom<u8> for SubpacketType
impl Copy for SubpacketType
impl StructuralPartialEq for SubpacketType
Auto Trait Implementations§
impl Freeze for SubpacketType
impl RefUnwindSafe for SubpacketType
impl Send for SubpacketType
impl Sync for SubpacketType
impl Unpin for SubpacketType
impl UnwindSafe for SubpacketType
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