#[repr(u8)]pub enum PrbsOutsel {
Show 16 variants
NC1 = 0,
NC2 = 1,
PRBS_2 = 2,
PRBS_3 = 3,
PRBS_4 = 4,
PRBS_5 = 5,
PRBS_6 = 6,
PRBS_7 = 7,
PRBS_8 = 8,
PRBS_9 = 9,
PRBS_10 = 10,
PRBS_11 = 11,
PRBS_12 = 12,
PRBS_13 = 13,
PRBS_14 = 14,
PRBS_15 = 15,
}Variants§
NC1 = 0
Do not use
NC2 = 1
Do not use
PRBS_2 = 2
2
PRBS_3 = 3
3
PRBS_4 = 4
4
PRBS_5 = 5
5
PRBS_6 = 6
6
PRBS_7 = 7
7
PRBS_8 = 8
8
PRBS_9 = 9
9
PRBS_10 = 10
10
PRBS_11 = 11
11
PRBS_12 = 12
12
PRBS_13 = 13
13
PRBS_14 = 14
14
PRBS_15 = 15
15
Implementations§
Source§impl PrbsOutsel
impl PrbsOutsel
Trait Implementations§
Source§impl Clone for PrbsOutsel
impl Clone for PrbsOutsel
Source§fn clone(&self) -> PrbsOutsel
fn clone(&self) -> PrbsOutsel
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 PrbsOutsel
impl Debug for PrbsOutsel
Source§impl From<PrbsOutsel> for u8
impl From<PrbsOutsel> for u8
Source§fn from(val: PrbsOutsel) -> u8
fn from(val: PrbsOutsel) -> u8
Converts to this type from the input type.
Source§impl From<u8> for PrbsOutsel
impl From<u8> for PrbsOutsel
Source§fn from(val: u8) -> PrbsOutsel
fn from(val: u8) -> PrbsOutsel
Converts to this type from the input type.
Source§impl Ord for PrbsOutsel
impl Ord for PrbsOutsel
Source§fn cmp(&self, other: &PrbsOutsel) -> Ordering
fn cmp(&self, other: &PrbsOutsel) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PrbsOutsel
impl PartialEq for PrbsOutsel
Source§impl PartialOrd for PrbsOutsel
impl PartialOrd for PrbsOutsel
impl Copy for PrbsOutsel
impl Eq for PrbsOutsel
impl StructuralPartialEq for PrbsOutsel
Auto Trait Implementations§
impl Freeze for PrbsOutsel
impl RefUnwindSafe for PrbsOutsel
impl Send for PrbsOutsel
impl Sync for PrbsOutsel
impl Unpin for PrbsOutsel
impl UnwindSafe for PrbsOutsel
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