pub struct IOSCOUT(/* private fields */);Expand description
IOSC output
Can be used to control IRC/FRO output using various methods on
syscon::Handle.
Trait Implementations§
Source§impl<'a> AnalogBlock for IOSCOUT
impl<'a> AnalogBlock for IOSCOUT
Auto Trait Implementations§
impl Freeze for IOSCOUT
impl RefUnwindSafe for IOSCOUT
impl Send for IOSCOUT
impl Sync for IOSCOUT
impl Unpin for IOSCOUT
impl UnwindSafe for IOSCOUT
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