Struct JPEG
pub struct JPEG { /* private fields */ }
Expand description
JPEG peripheral
Implementations§
Trait Implementations§
source§impl Peripheral for JPEG
impl Peripheral for JPEG
impl RccPeripheral for JPEG
Auto Trait Implementations§
impl Freeze for JPEG
impl RefUnwindSafe for JPEG
impl Send for JPEG
impl Sync for JPEG
impl Unpin for JPEG
impl UnwindSafe for JPEG
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