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