#[repr(u8)]pub enum Ais31testsel {
BEFORE = 0,
AFTER = 1,
}
Variants§
Implementations§
Source§impl Ais31testsel
impl Ais31testsel
Trait Implementations§
Source§impl Clone for Ais31testsel
impl Clone for Ais31testsel
Source§fn clone(&self) -> Ais31testsel
fn clone(&self) -> Ais31testsel
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 From<Ais31testsel> for u8
impl From<Ais31testsel> for u8
Source§fn from(val: Ais31testsel) -> u8
fn from(val: Ais31testsel) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Ais31testsel
impl From<u8> for Ais31testsel
Source§fn from(val: u8) -> Ais31testsel
fn from(val: u8) -> Ais31testsel
Converts to this type from the input type.
Source§impl Ord for Ais31testsel
impl Ord for Ais31testsel
Source§fn cmp(&self, other: &Ais31testsel) -> Ordering
fn cmp(&self, other: &Ais31testsel) -> 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 Ais31testsel
impl PartialEq for Ais31testsel
Source§impl PartialOrd for Ais31testsel
impl PartialOrd for Ais31testsel
impl Copy for Ais31testsel
impl Eq for Ais31testsel
impl StructuralPartialEq for Ais31testsel
Auto Trait Implementations§
impl Freeze for Ais31testsel
impl RefUnwindSafe for Ais31testsel
impl Send for Ais31testsel
impl Sync for Ais31testsel
impl Unpin for Ais31testsel
impl UnwindSafe for Ais31testsel
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)