#[repr(C)]pub struct DlmgmtGetName {
pub cmd: u32,
pub linkid: u32,
}
Fields§
§cmd: u32
§linkid: u32
Trait Implementations§
Source§impl Debug for DlmgmtGetName
impl Debug for DlmgmtGetName
Auto Trait Implementations§
impl Freeze for DlmgmtGetName
impl RefUnwindSafe for DlmgmtGetName
impl Send for DlmgmtGetName
impl Sync for DlmgmtGetName
impl Unpin for DlmgmtGetName
impl UnwindSafe for DlmgmtGetName
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