#[repr(C)]pub struct Jpeg2000QuantStyle {
pub expn: [u8; 99],
pub mant: [u16; 99],
pub quantsty: u8,
pub nguardbits: u8,
}
Fields§
§expn: [u8; 99]
§mant: [u16; 99]
§quantsty: u8
§nguardbits: u8
Trait Implementations§
Source§impl Clone for Jpeg2000QuantStyle
impl Clone for Jpeg2000QuantStyle
Source§fn clone(&self) -> Jpeg2000QuantStyle
fn clone(&self) -> Jpeg2000QuantStyle
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 moreimpl Copy for Jpeg2000QuantStyle
Auto Trait Implementations§
impl Freeze for Jpeg2000QuantStyle
impl RefUnwindSafe for Jpeg2000QuantStyle
impl Send for Jpeg2000QuantStyle
impl Sync for Jpeg2000QuantStyle
impl Unpin for Jpeg2000QuantStyle
impl UnwindSafe for Jpeg2000QuantStyle
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