#[repr(u8)]pub enum Pathselect {
Synchronous = 0,
Resynchronized = 1,
Asynchronous = 2,
}
Expand description
Path Selection
Value on reset: 0
Variants§
Synchronous = 0
0: Synchronous path
Resynchronized = 1
1: Resynchronized path
Asynchronous = 2
2: Asynchronous path
Trait Implementations§
Source§impl Clone for Pathselect
impl Clone for Pathselect
Source§fn clone(&self) -> Pathselect
fn clone(&self) -> Pathselect
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 Debug for Pathselect
impl Debug for Pathselect
Source§impl From<Pathselect> for u8
impl From<Pathselect> for u8
Source§fn from(variant: Pathselect) -> Self
fn from(variant: Pathselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Pathselect
impl PartialEq for Pathselect
impl Copy for Pathselect
impl Eq for Pathselect
impl IsEnum for Pathselect
impl StructuralPartialEq for Pathselect
Auto Trait Implementations§
impl Freeze for Pathselect
impl RefUnwindSafe for Pathselect
impl Send for Pathselect
impl Sync for Pathselect
impl Unpin for Pathselect
impl UnwindSafe for Pathselect
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