#[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 duplicate 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 moreSource§impl Debug for balance_cal
impl Debug for balance_cal
impl Copy for balance_cal
Auto Trait Implementations§
impl Freeze for balance_cal
impl RefUnwindSafe for balance_cal
impl Send for balance_cal
impl Sync for balance_cal
impl Unpin for balance_cal
impl UnwindSafe for balance_cal
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more