pub struct ClockSourceExt(/* private fields */);Expand description
An ClockSourceExt builder.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ClockSourceExt
impl RefUnwindSafe for ClockSourceExt
impl Send for ClockSourceExt
impl Sync for ClockSourceExt
impl Unpin for ClockSourceExt
impl UnsafeUnpin for ClockSourceExt
impl UnwindSafe for ClockSourceExt
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