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