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