pub struct LEDC { /* private fields */ }
Expand description
LEDC
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LEDC
impl RefUnwindSafe for LEDC
impl !Sync for LEDC
impl Unpin for LEDC
impl UnwindSafe for LEDC
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