#[repr(C)]pub enum DlmgmtDoorAttrType {
Str = 0,
Boolean = 1,
Uint64 = 2,
}
Variants§
Auto Trait Implementations§
impl Freeze for DlmgmtDoorAttrType
impl RefUnwindSafe for DlmgmtDoorAttrType
impl Send for DlmgmtDoorAttrType
impl Sync for DlmgmtDoorAttrType
impl Unpin for DlmgmtDoorAttrType
impl UnwindSafe for DlmgmtDoorAttrType
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