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