#[repr(C)]pub struct MadAid {
pub application_code: u8,
pub function_cluster_code: u8,
}Fields§
§application_code: u8§function_cluster_code: u8Trait Implementations§
impl Copy for MadAid
impl Eq for MadAid
impl StructuralPartialEq for MadAid
Auto Trait Implementations§
impl Freeze for MadAid
impl RefUnwindSafe for MadAid
impl Send for MadAid
impl Sync for MadAid
impl Unpin for MadAid
impl UnsafeUnpin for MadAid
impl UnwindSafe for MadAid
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