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