#[repr(C)]pub struct DlmgmtDoorCreateId {
pub cmd: u32,
pub link: [u8; 32],
pub class: u32,
pub media: u32,
pub prefix: Bool,
pub flags: u32,
}
Fields§
§cmd: u32
§link: [u8; 32]
§class: u32
§media: u32
§prefix: Bool
§flags: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DlmgmtDoorCreateId
impl RefUnwindSafe for DlmgmtDoorCreateId
impl Send for DlmgmtDoorCreateId
impl Sync for DlmgmtDoorCreateId
impl Unpin for DlmgmtDoorCreateId
impl UnwindSafe for DlmgmtDoorCreateId
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