#[repr(C)]pub struct switchtec_port_eq_table__bindgen_ty_1 {
pub pre_cursor: c_int,
pub post_cursor: c_int,
pub fom: c_int,
pub pre_cursor_up: c_int,
pub post_cursor_up: c_int,
pub error_status: c_int,
pub active_status: c_int,
pub speed: c_int,
}Fields§
§pre_cursor: c_int§post_cursor: c_int§fom: c_int§pre_cursor_up: c_int§post_cursor_up: c_int§error_status: c_int§active_status: c_int§speed: c_intTrait Implementations§
Source§impl Clone for switchtec_port_eq_table__bindgen_ty_1
impl Clone for switchtec_port_eq_table__bindgen_ty_1
Source§fn clone(&self) -> switchtec_port_eq_table__bindgen_ty_1
fn clone(&self) -> switchtec_port_eq_table__bindgen_ty_1
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 moreimpl Copy for switchtec_port_eq_table__bindgen_ty_1
Auto Trait Implementations§
impl Freeze for switchtec_port_eq_table__bindgen_ty_1
impl RefUnwindSafe for switchtec_port_eq_table__bindgen_ty_1
impl Send for switchtec_port_eq_table__bindgen_ty_1
impl Sync for switchtec_port_eq_table__bindgen_ty_1
impl Unpin for switchtec_port_eq_table__bindgen_ty_1
impl UnwindSafe for switchtec_port_eq_table__bindgen_ty_1
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