#[repr(u8)]
pub enum PATH_A {
SYNCHRONOUS,
RESYNCHRONIZED,
ASYNCHRONOUS,
}
Expand description
Path Selection
Value on reset: 0
Variants
SYNCHRONOUS
0: Synchronous path
RESYNCHRONIZED
1: Resynchronized path
ASYNCHRONOUS
2: Asynchronous path
Trait Implementations
impl Copy for PATH_A
impl StructuralPartialEq for PATH_A
Auto Trait Implementations
impl RefUnwindSafe for PATH_A
impl Send for PATH_A
impl Sync for PATH_A
impl Unpin for PATH_A
impl UnwindSafe for PATH_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more