#[repr(C)]pub struct switchtec_rcvr_obj {
pub port_id: c_int,
pub lane_id: c_int,
pub ctle: c_int,
pub target_amplitude: c_int,
pub speculative_dfe: c_int,
pub dynamic_dfe: [c_int; 7],
}Fields§
§port_id: c_int§lane_id: c_int§ctle: c_int§target_amplitude: c_int§speculative_dfe: c_int§dynamic_dfe: [c_int; 7]Trait Implementations§
Source§impl Clone for switchtec_rcvr_obj
impl Clone for switchtec_rcvr_obj
Source§fn clone(&self) -> switchtec_rcvr_obj
fn clone(&self) -> switchtec_rcvr_obj
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 switchtec_rcvr_obj
impl Debug for switchtec_rcvr_obj
impl Copy for switchtec_rcvr_obj
Auto Trait Implementations§
impl Freeze for switchtec_rcvr_obj
impl RefUnwindSafe for switchtec_rcvr_obj
impl Send for switchtec_rcvr_obj
impl Sync for switchtec_rcvr_obj
impl Unpin for switchtec_rcvr_obj
impl UnwindSafe for switchtec_rcvr_obj
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