#[repr(C)]pub struct DlmgmtGetLinkId {
pub cmd: DlmgmtCmd,
pub name: [u8; 32],
}
Fields§
§cmd: DlmgmtCmd
§name: [u8; 32]
Auto Trait Implementations§
impl Freeze for DlmgmtGetLinkId
impl RefUnwindSafe for DlmgmtGetLinkId
impl Send for DlmgmtGetLinkId
impl Sync for DlmgmtGetLinkId
impl Unpin for DlmgmtGetLinkId
impl UnwindSafe for DlmgmtGetLinkId
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