#[repr(C)]pub struct Struct_mad_aid {
pub application_code: u8,
pub function_cluster_code: u8,
}Fields§
§application_code: u8§function_cluster_code: u8Trait Implementations§
Source§impl Clone for Struct_mad_aid
impl Clone for Struct_mad_aid
Source§fn clone(&self) -> Struct_mad_aid
fn clone(&self) -> Struct_mad_aid
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 Default for Struct_mad_aid
impl Default for Struct_mad_aid
impl Copy for Struct_mad_aid
Auto Trait Implementations§
impl Freeze for Struct_mad_aid
impl RefUnwindSafe for Struct_mad_aid
impl Send for Struct_mad_aid
impl Sync for Struct_mad_aid
impl Unpin for Struct_mad_aid
impl UnwindSafe for Struct_mad_aid
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