pub struct MigMode {
pub current: u32,
pub pending: u32,
}Expand description
Returned from Device.mig_mode()
Fields§
§current: u32Whether MIG mode is enabled/disabled.
pending: u32Mode set after reboot.
Trait Implementations§
impl Eq for MigMode
impl StructuralPartialEq for MigMode
Auto Trait Implementations§
impl Freeze for MigMode
impl RefUnwindSafe for MigMode
impl Send for MigMode
impl Sync for MigMode
impl Unpin for MigMode
impl UnwindSafe for MigMode
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