#[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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ZeroSubFunction
Source§impl Debug for ZeroSubFunction
impl Debug for ZeroSubFunction
impl Eq for ZeroSubFunction
Source§impl FrameRead<'_> for ZeroSubFunction
impl FrameRead<'_> for ZeroSubFunction
Source§impl FrameWrite for ZeroSubFunction
impl FrameWrite for ZeroSubFunction
Source§impl From<ZeroSubFunction> for u8
impl From<ZeroSubFunction> for u8
Source§fn from(value: ZeroSubFunction) -> Self
fn from(value: ZeroSubFunction) -> Self
Converts to this type from the input type.
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 (const: unstable) · 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§fn eq(&self, other: &ZeroSubFunction) -> bool
fn eq(&self, other: &ZeroSubFunction) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ZeroSubFunction
impl PartialOrd 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