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