#[non_exhaustive]pub struct SlotConfig { /* private fields */ }Expand description
Per-slot configuration.
Implementations§
Source§impl SlotConfig
impl SlotConfig
Sourcepub fn with_input_delay_phase(self, input_delay_phase: DelayPhase) -> Self
pub fn with_input_delay_phase(self, input_delay_phase: DelayPhase) -> Self
Assign the given value to the input_delay_phase field.
Sourcepub fn input_delay_phase(&self) -> DelayPhase
pub fn input_delay_phase(&self) -> DelayPhase
Input sampling delay phase used for high-speed tuning.
Sourcepub fn with_wp_active_high(self, wp_active_high: bool) -> Self
pub fn with_wp_active_high(self, wp_active_high: bool) -> Self
Assign the given value to the wp_active_high field.
Sourcepub fn wp_active_high(&self) -> bool
pub fn wp_active_high(&self) -> bool
Write-protect signal polarity (active-high or active-low).
Trait Implementations§
Source§impl Clone for SlotConfig
Available on crate feature unstable only.
impl Clone for SlotConfig
Available on crate feature
unstable only.Source§fn clone(&self) -> SlotConfig
fn clone(&self) -> SlotConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable)§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SlotConfig
Available on crate feature unstable only.
impl Debug for SlotConfig
Available on crate feature
unstable only.Source§impl Default for SlotConfig
Available on crate feature unstable only.
impl Default for SlotConfig
Available on crate feature
unstable only.Source§fn default() -> SlotConfig
fn default() -> SlotConfig
Returns the “default value” for a type. Read more
Source§impl Hash for SlotConfig
Available on crate feature unstable only.
impl Hash for SlotConfig
Available on crate feature
unstable only.Source§impl PartialEq for SlotConfig
Available on crate feature unstable only.
impl PartialEq for SlotConfig
Available on crate feature
unstable only.impl Copy for SlotConfig
Available on crate feature
unstable only.impl Eq for SlotConfig
Available on crate feature
unstable only.impl StructuralPartialEq for SlotConfig
Available on crate feature
unstable only.Auto Trait Implementations§
impl Freeze for SlotConfig
impl RefUnwindSafe for SlotConfig
impl Send for SlotConfig
impl Sync for SlotConfig
impl Unpin for SlotConfig
impl UnsafeUnpin for SlotConfig
impl UnwindSafe for SlotConfig
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)