Enum Ais31testsel
#[repr(u8)]pub enum Ais31testsel {
BEFORE = 0,
AFTER = 1,
}
Variants§
Implementations§
§impl Ais31testsel
impl Ais31testsel
pub const fn from_bits(val: u8) -> Ais31testsel
pub const fn to_bits(self) -> u8
Trait Implementations§
§impl Clone for Ais31testsel
impl Clone for Ais31testsel
§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 more§impl From<u8> for Ais31testsel
impl From<u8> for Ais31testsel
§fn from(val: u8) -> Ais31testsel
fn from(val: u8) -> Ais31testsel
Converts to this type from the input type.
§impl Ord for Ais31testsel
impl Ord for Ais31testsel
§impl PartialEq for Ais31testsel
impl PartialEq for Ais31testsel
§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
)