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