Struct threed_ice_sys::PowersQueue_t [] [src]

pub struct PowersQueue_t {
    pub Capacity: Quantity_t,
    pub Memory: *mut Power_t,
    pub Size: Quantity_t,
    pub End: Quantity_t,
    pub Start: Quantity_t,
}

Fields

Capacity: Quantity_t Memory: *mut Power_t Size: Quantity_t End: Quantity_t Start: Quantity_t

Trait Implementations

Derived Implementations

impl Copy for PowersQueue_t
[src]

impl Clone for PowersQueue_t
[src]

fn clone(&self) -> PowersQueue_t

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more