#[repr(u8)]pub enum AepFunction {
Request = 1,
Reply = 2,
}Variants§
Trait Implementations§
Source§impl Clone for AepFunction
impl Clone for AepFunction
Source§fn clone(&self) -> AepFunction
fn clone(&self) -> AepFunction
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 moreSource§impl Debug for AepFunction
impl Debug for AepFunction
Source§impl PartialEq for AepFunction
impl PartialEq for AepFunction
Source§fn eq(&self, other: &AepFunction) -> bool
fn eq(&self, other: &AepFunction) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl TryFrom<u8> for AepFunction
impl TryFrom<u8> for AepFunction
impl Copy for AepFunction
impl Eq for AepFunction
impl StructuralPartialEq for AepFunction
Auto Trait Implementations§
impl Freeze for AepFunction
impl RefUnwindSafe for AepFunction
impl Send for AepFunction
impl Sync for AepFunction
impl Unpin for AepFunction
impl UnsafeUnpin for AepFunction
impl UnwindSafe for AepFunction
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