pub struct FrequencyResolutionType {}Auto Trait Implementations§
impl Freeze for FrequencyResolutionType
impl RefUnwindSafe for FrequencyResolutionType
impl Send for FrequencyResolutionType
impl Sync for FrequencyResolutionType
impl Unpin for FrequencyResolutionType
impl UnsafeUnpin for FrequencyResolutionType
impl UnwindSafe for FrequencyResolutionType
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