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