Struct threed_ice_sys::ChipDimensions_t
[−]
[src]
pub struct ChipDimensions_t {
pub Length: ChipDimension_t,
pub Width: ChipDimension_t,
}Fields
Length: ChipDimension_t
Width: ChipDimension_t
Trait Implementations
Derived Implementations
impl Copy for ChipDimensions_t[src]
impl Clone for ChipDimensions_t[src]
fn clone(&self) -> ChipDimensions_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