#[repr(C)]pub struct system_pcie {
pub clockrate: c_int,
pub number_units: c_int,
pub num_channels: c_int,
pub kind: c_int,
pub withPHY: c_char,
pub vdd: c_double,
pub power_gating_vcc: c_double,
pub duty_cycle: c_double,
pub total_load_perc: c_double,
}Fields§
§clockrate: c_int§number_units: c_int§num_channels: c_int§kind: c_int§withPHY: c_char§vdd: c_double§power_gating_vcc: c_double§duty_cycle: c_double§total_load_perc: c_doubleTrait Implementations§
Source§impl Clone for system_pcie
impl Clone for system_pcie
Source§fn clone(&self) -> system_pcie
fn clone(&self) -> system_pcie
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 system_pcie
impl Debug for system_pcie
impl Copy for system_pcie
Auto Trait Implementations§
impl Freeze for system_pcie
impl RefUnwindSafe for system_pcie
impl Send for system_pcie
impl Sync for system_pcie
impl Unpin for system_pcie
impl UnwindSafe for system_pcie
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