#[repr(C)]pub struct dk_devid {
pub dkd_rev_hi: uchar_t,
pub dkd_rev_lo: uchar_t,
pub dkd_flags: uchar_t,
pub dkd_devid: [uchar_t; 505],
pub dkd_checksum3: uchar_t,
pub dkd_checksum2: uchar_t,
pub dkd_checksum1: uchar_t,
pub dkd_checksum0: uchar_t,
}Fields§
§dkd_rev_hi: uchar_t§dkd_rev_lo: uchar_t§dkd_flags: uchar_t§dkd_devid: [uchar_t; 505]§dkd_checksum3: uchar_t§dkd_checksum2: uchar_t§dkd_checksum1: uchar_t§dkd_checksum0: uchar_tTrait Implementations§
Auto Trait Implementations§
impl Freeze for dk_devid
impl RefUnwindSafe for dk_devid
impl Send for dk_devid
impl Sync for dk_devid
impl Unpin for dk_devid
impl UnwindSafe for dk_devid
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