pub enum PSR {
_000,
_001,
_010,
_011,
_100,
_101,
_110,
_111,
}Expand description
Possible values of 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
Implementations§
Trait Implementations§
impl Copy for PSR
impl StructuralPartialEq for PSR
Auto Trait Implementations§
impl Freeze for PSR
impl RefUnwindSafe for PSR
impl Send for PSR
impl Sync for PSR
impl Unpin for PSR
impl UnwindSafe for PSR
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