#[repr(C)]pub struct Jpeg2000Pass {
pub rate: u16,
pub disto: i64,
pub flushed: [u8; 4],
pub flushed_len: c_int,
}
Fields§
§rate: u16
§disto: i64
§flushed: [u8; 4]
§flushed_len: c_int
Trait Implementations§
Source§impl Clone for Jpeg2000Pass
impl Clone for Jpeg2000Pass
Source§fn clone(&self) -> Jpeg2000Pass
fn clone(&self) -> Jpeg2000Pass
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Jpeg2000Pass
impl Debug for Jpeg2000Pass
impl Copy for Jpeg2000Pass
Auto Trait Implementations§
impl Freeze for Jpeg2000Pass
impl RefUnwindSafe for Jpeg2000Pass
impl Send for Jpeg2000Pass
impl Sync for Jpeg2000Pass
impl Unpin for Jpeg2000Pass
impl UnwindSafe for Jpeg2000Pass
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