#[repr(u32)]pub enum ApexPortDirection {
Source = 0,
Destination = 1,
}Variants§
Trait Implementations§
Source§impl Clone for ApexPortDirection
impl Clone for ApexPortDirection
Source§fn clone(&self) -> ApexPortDirection
fn clone(&self) -> ApexPortDirection
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 ApexPortDirection
impl Debug for ApexPortDirection
Source§impl Default for ApexPortDirection
impl Default for ApexPortDirection
Source§fn default() -> ApexPortDirection
fn default() -> ApexPortDirection
Returns the “default value” for a type. Read more
Source§impl PartialEq for ApexPortDirection
impl PartialEq for ApexPortDirection
Source§impl TryFrom<u32> for ApexPortDirection
impl TryFrom<u32> for ApexPortDirection
impl Copy for ApexPortDirection
impl Eq for ApexPortDirection
impl StructuralPartialEq for ApexPortDirection
Auto Trait Implementations§
impl Freeze for ApexPortDirection
impl RefUnwindSafe for ApexPortDirection
impl Send for ApexPortDirection
impl Sync for ApexPortDirection
impl Unpin for ApexPortDirection
impl UnwindSafe for ApexPortDirection
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