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