#[repr(C)]pub struct DDCA_Non_Table_Value {
pub mh: u8,
pub ml: u8,
pub sh: u8,
pub sl: u8,
}Fields§
§mh: u8§ml: u8§sh: u8§sl: u8Implementations§
Trait Implementations§
Source§impl Clone for DDCA_Non_Table_Value
impl Clone for DDCA_Non_Table_Value
Source§fn clone(&self) -> DDCA_Non_Table_Value
fn clone(&self) -> DDCA_Non_Table_Value
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 DDCA_Non_Table_Value
impl Debug for DDCA_Non_Table_Value
impl Copy for DDCA_Non_Table_Value
Auto Trait Implementations§
impl Freeze for DDCA_Non_Table_Value
impl RefUnwindSafe for DDCA_Non_Table_Value
impl Send for DDCA_Non_Table_Value
impl Sync for DDCA_Non_Table_Value
impl Unpin for DDCA_Non_Table_Value
impl UnwindSafe for DDCA_Non_Table_Value
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