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