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