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