pub enum Calhs {
NoActiveHsTrimRequest = 0,
HsTrimRequestPending = 1,
}Expand description
High Speed Mode Trim Request
Value on reset: 0
Variants§
NoActiveHsTrimRequest = 0
0: No request for high speed mode trim has been made
HsTrimRequestPending = 1
1: Request for high speed mode trim has been made
Trait Implementations§
impl Copy for Calhs
impl Eq for Calhs
impl StructuralPartialEq for Calhs
Auto Trait Implementations§
impl Freeze for Calhs
impl RefUnwindSafe for Calhs
impl Send for Calhs
impl Sync for Calhs
impl Unpin for Calhs
impl UnwindSafe for Calhs
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