#[repr(u8)]pub enum Ipg {
IPG96 = 0,
IPG88 = 1,
IPG80 = 2,
IPG72 = 3,
IPG64 = 4,
IPG56 = 5,
IPG48 = 6,
IPG40 = 7,
}Variants§
IPG96 = 0
96 bit times IPG
IPG88 = 1
88 bit times IPG
IPG80 = 2
80 bit times IPG
IPG72 = 3
72 bit times IPG
IPG64 = 4
64 bit times IPG
IPG56 = 5
56 bit times IPG
IPG48 = 6
48 bit times IPG
IPG40 = 7
40 bit times IPG
Implementations§
Trait Implementations§
Source§impl Ord for Ipg
impl Ord for Ipg
Source§impl PartialOrd for Ipg
impl PartialOrd for Ipg
impl Copy for Ipg
impl Eq for Ipg
impl StructuralPartialEq for Ipg
Auto Trait Implementations§
impl Freeze for Ipg
impl RefUnwindSafe for Ipg
impl Send for Ipg
impl Sync for Ipg
impl Unpin for Ipg
impl UnwindSafe for Ipg
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