#[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 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_state
impl Debug for balance_state
impl Copy for balance_state
Auto Trait Implementations§
impl Freeze for balance_state
impl RefUnwindSafe for balance_state
impl Send for balance_state
impl Sync for balance_state
impl Unpin for balance_state
impl UnwindSafe for balance_state
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