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