pub enum Type {
Pps = 1,
Eec = 2,
Generic = 3,
}Available on crate feature
dpll only.Expand description
type of dpll, valid values for DPLL_A_TYPE attribute Enum - defines an integer enumeration, with values for each entry incrementing by 1, (e.g. 0, 1, 2, 3)
Variants§
Pps = 1
dpll produces Pulse-Per-Second signal
Eec = 2
dpll drives the Ethernet Equipment Clock
Generic = 3
generic dpll type for devices outside PPS/EEC classes
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Type
impl RefUnwindSafe for Type
impl Send for Type
impl Sync for Type
impl Unpin for Type
impl UnsafeUnpin for Type
impl UnwindSafe for Type
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