pub struct PLLInputProps {
pub differential_input: bool,
pub divider_1_10: bool,
}Expand description
PLL input properties.
Fields§
§differential_input: boolDifferential input enabled
divider_1_10: bool1/10 divider enabled
Trait Implementations§
Source§impl Clone for PLLInputProps
impl Clone for PLLInputProps
Source§fn clone(&self) -> PLLInputProps
fn clone(&self) -> PLLInputProps
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 PLLInputProps
impl Debug for PLLInputProps
Source§impl Default for PLLInputProps
impl Default for PLLInputProps
Source§fn default() -> PLLInputProps
fn default() -> PLLInputProps
Returns the “default value” for a type. Read more
impl Copy for PLLInputProps
Auto Trait Implementations§
impl Freeze for PLLInputProps
impl RefUnwindSafe for PLLInputProps
impl Send for PLLInputProps
impl Sync for PLLInputProps
impl Unpin for PLLInputProps
impl UnwindSafe for PLLInputProps
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