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