pub enum PRW {
DIVIDEBY4,
DIVIDEBY8,
DIVIDEBY16,
DIVIDEBY32,
DIVIDEBY64,
DIVIDEBY128,
DIVIDEBY256,
DIVIDEBY256BIS,
}
Expand description
Values that can be written to the field PR
Variants§
DIVIDEBY4
Divider /4
DIVIDEBY8
Divider /8
DIVIDEBY16
Divider /16
DIVIDEBY32
Divider /32
DIVIDEBY64
Divider /64
DIVIDEBY128
Divider /128
DIVIDEBY256
Divider /256
DIVIDEBY256BIS
Divider /256
Auto Trait Implementations§
impl Freeze for PRW
impl RefUnwindSafe for PRW
impl Send for PRW
impl Sync for PRW
impl Unpin for PRW
impl UnwindSafe for PRW
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