pub struct JPEG_CONFR0 { /* private fields */ }
Expand description
JPEG codec configuration register 0
Implementations§
Auto Trait Implementations§
impl !Freeze for JPEG_CONFR0
impl !RefUnwindSafe for JPEG_CONFR0
impl Send for JPEG_CONFR0
impl !Sync for JPEG_CONFR0
impl Unpin for JPEG_CONFR0
impl UnwindSafe for JPEG_CONFR0
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