pub struct Pscl32;
Trait Implementations§
Source§impl HrtimPrescaler for Pscl32
impl HrtimPrescaler for Pscl32
impl Copy for Pscl32
Auto Trait Implementations§
impl Freeze for Pscl32
impl RefUnwindSafe for Pscl32
impl Send for Pscl32
impl Sync for Pscl32
impl Unpin for Pscl32
impl UnwindSafe for Pscl32
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