Struct libcwiid_sys::balance_cal
source · #[repr(C)]pub struct balance_cal {
pub right_top: [u16; 3],
pub right_bottom: [u16; 3],
pub left_top: [u16; 3],
pub left_bottom: [u16; 3],
}Fields§
§right_top: [u16; 3]§right_bottom: [u16; 3]§left_top: [u16; 3]§left_bottom: [u16; 3]Trait Implementations§
source§impl Clone for balance_cal
impl Clone for balance_cal
source§fn clone(&self) -> balance_cal
fn clone(&self) -> balance_cal
Returns a copy 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 more