#[repr(C)]pub struct WICJpegFrameHeader {
pub Width: UINT,
pub Height: UINT,
pub TransferMatrix: WICJpegTransferMatrix,
pub ScanType: WICJpegScanType,
pub cComponents: UINT,
pub ComponentIdentifiers: DWORD,
pub SampleFactors: DWORD,
pub QuantizationTableIndices: DWORD,
}
Fields§
§Width: UINT
§Height: UINT
§TransferMatrix: WICJpegTransferMatrix
§ScanType: WICJpegScanType
§cComponents: UINT
§ComponentIdentifiers: DWORD
§SampleFactors: DWORD
§QuantizationTableIndices: DWORD
Trait Implementations§
Source§impl Clone for WICJpegFrameHeader
impl Clone for WICJpegFrameHeader
Source§fn clone(&self) -> WICJpegFrameHeader
fn clone(&self) -> WICJpegFrameHeader
Returns a duplicate 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 Default for WICJpegFrameHeader
impl Default for WICJpegFrameHeader
Source§fn default() -> WICJpegFrameHeader
fn default() -> WICJpegFrameHeader
Returns the “default value” for a type. Read more
impl Copy for WICJpegFrameHeader
Auto Trait Implementations§
impl Freeze for WICJpegFrameHeader
impl RefUnwindSafe for WICJpegFrameHeader
impl Send for WICJpegFrameHeader
impl Sync for WICJpegFrameHeader
impl Unpin for WICJpegFrameHeader
impl UnwindSafe for WICJpegFrameHeader
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