#[repr(u8)]pub enum ZeroSubFunction {
ZeroSubFunction,
IsoSaeReserved(u8),
}Variants§
Trait Implementations§
Source§impl Clone for ZeroSubFunction
impl Clone for ZeroSubFunction
Source§fn clone(&self) -> ZeroSubFunction
fn clone(&self) -> ZeroSubFunction
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 ZeroSubFunction
impl Debug for ZeroSubFunction
Source§impl FrameRead<'_> for ZeroSubFunction
impl FrameRead<'_> for ZeroSubFunction
Source§impl FrameWrite for ZeroSubFunction
impl FrameWrite for ZeroSubFunction
Source§impl Ord for ZeroSubFunction
impl Ord for ZeroSubFunction
Source§fn cmp(&self, other: &ZeroSubFunction) -> Ordering
fn cmp(&self, other: &ZeroSubFunction) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ZeroSubFunction
impl PartialEq for ZeroSubFunction
Source§impl PartialOrd for ZeroSubFunction
impl PartialOrd for ZeroSubFunction
impl Copy for ZeroSubFunction
impl Eq for ZeroSubFunction
impl StructuralPartialEq for ZeroSubFunction
Auto Trait Implementations§
impl Freeze for ZeroSubFunction
impl RefUnwindSafe for ZeroSubFunction
impl Send for ZeroSubFunction
impl Sync for ZeroSubFunction
impl Unpin for ZeroSubFunction
impl UnsafeUnpin for ZeroSubFunction
impl UnwindSafe for ZeroSubFunction
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