pub struct OutputDisabled;Expand description
Clock output disabled
Trait Implementations§
impl ClockOutputMode for OutputDisabled
Auto Trait Implementations§
impl Freeze for OutputDisabled
impl RefUnwindSafe for OutputDisabled
impl Send for OutputDisabled
impl Sync for OutputDisabled
impl Unpin for OutputDisabled
impl UnsafeUnpin for OutputDisabled
impl UnwindSafe for OutputDisabled
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