pub struct PllmulR { /* private fields */ }
Expand description
Value of the field PLLMUL
Implementations§
Auto Trait Implementations§
impl Freeze for PllmulR
impl RefUnwindSafe for PllmulR
impl Send for PllmulR
impl Sync for PllmulR
impl Unpin for PllmulR
impl UnwindSafe for PllmulR
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