pub enum PSW {
_000,
_001,
_010,
_011,
_100,
_101,
_110,
_111,
}Expand description
Values that can be written to the field PS
Variants§
_000
Divide by 1
_001
Divide by 2
_010
Divide by 4
_011
Divide by 8
_100
Divide by 16
_101
Divide by 32
_110
Divide by 64
_111
Divide by 128
Auto Trait Implementations§
impl Freeze for PSW
impl RefUnwindSafe for PSW
impl Send for PSW
impl Sync for PSW
impl Unpin for PSW
impl UnwindSafe for PSW
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