pub struct Pll2Or3 {
pub mul: Pll2Mul,
}
Fields§
§mul: Pll2Mul
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Pll2Or3
impl RefUnwindSafe for Pll2Or3
impl Send for Pll2Or3
impl Sync for Pll2Or3
impl Unpin for Pll2Or3
impl UnwindSafe for Pll2Or3
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