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

Trait Implementations

impl Copy for PowersQueue_t
[src]

impl Clone for PowersQueue_t
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more