#[repr(C)]pub struct switchtec_port_eq_tx_fslf {
pub fs: c_int,
pub lf: c_int,
}Fields§
§fs: c_int§lf: c_intTrait Implementations§
Source§impl Clone for switchtec_port_eq_tx_fslf
impl Clone for switchtec_port_eq_tx_fslf
Source§fn clone(&self) -> switchtec_port_eq_tx_fslf
fn clone(&self) -> switchtec_port_eq_tx_fslf
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_port_eq_tx_fslf
impl Debug for switchtec_port_eq_tx_fslf
impl Copy for switchtec_port_eq_tx_fslf
Auto Trait Implementations§
impl Freeze for switchtec_port_eq_tx_fslf
impl RefUnwindSafe for switchtec_port_eq_tx_fslf
impl Send for switchtec_port_eq_tx_fslf
impl Sync for switchtec_port_eq_tx_fslf
impl Unpin for switchtec_port_eq_tx_fslf
impl UnwindSafe for switchtec_port_eq_tx_fslf
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