pub struct PR_W<'a> { /* private fields */ }
Expand description
Write proxy for field PR
Implementations§
Source§impl<'a> PR_W<'a>
impl<'a> PR_W<'a>
Sourcepub fn divide_by4(self) -> &'a mut W
pub fn divide_by4(self) -> &'a mut W
Divider /4
Sourcepub fn divide_by8(self) -> &'a mut W
pub fn divide_by8(self) -> &'a mut W
Divider /8
Sourcepub fn divide_by16(self) -> &'a mut W
pub fn divide_by16(self) -> &'a mut W
Divider /16
Sourcepub fn divide_by32(self) -> &'a mut W
pub fn divide_by32(self) -> &'a mut W
Divider /32
Sourcepub fn divide_by64(self) -> &'a mut W
pub fn divide_by64(self) -> &'a mut W
Divider /64
Sourcepub fn divide_by128(self) -> &'a mut W
pub fn divide_by128(self) -> &'a mut W
Divider /128
Sourcepub fn divide_by256(self) -> &'a mut W
pub fn divide_by256(self) -> &'a mut W
Divider /256
Sourcepub fn divide_by256bis(self) -> &'a mut W
pub fn divide_by256bis(self) -> &'a mut W
Divider /256
Auto Trait Implementations§
impl<'a> Freeze for PR_W<'a>
impl<'a> !RefUnwindSafe for PR_W<'a>
impl<'a> Send for PR_W<'a>
impl<'a> !Sync for PR_W<'a>
impl<'a> Unpin for PR_W<'a>
impl<'a> !UnwindSafe for PR_W<'a>
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