Struct windows::Win32::Graphics::Imaging::WICJpegScanHeader
#[repr(C)]pub struct WICJpegScanHeader {
pub cComponents: u32,
pub RestartInterval: u32,
pub ComponentSelectors: u32,
pub HuffmanTableIndices: u32,
pub StartSpectralSelection: u8,
pub EndSpectralSelection: u8,
pub SuccessiveApproximationHigh: u8,
pub SuccessiveApproximationLow: u8,
}
Fields§
§cComponents: u32
§RestartInterval: u32
§ComponentSelectors: u32
§HuffmanTableIndices: u32
§StartSpectralSelection: u8
§EndSpectralSelection: u8
§SuccessiveApproximationHigh: u8
§SuccessiveApproximationLow: u8
Trait Implementations§
§impl Clone for WICJpegScanHeader
impl Clone for WICJpegScanHeader
§fn clone(&self) -> WICJpegScanHeader
fn clone(&self) -> WICJpegScanHeader
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 more§impl Debug for WICJpegScanHeader
impl Debug for WICJpegScanHeader
§impl Default for WICJpegScanHeader
impl Default for WICJpegScanHeader
§impl PartialEq for WICJpegScanHeader
impl PartialEq for WICJpegScanHeader
§fn eq(&self, other: &WICJpegScanHeader) -> bool
fn eq(&self, other: &WICJpegScanHeader) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for WICJpegScanHeader
impl Eq for WICJpegScanHeader
impl StructuralPartialEq for WICJpegScanHeader
Auto Trait Implementations§
impl Freeze for WICJpegScanHeader
impl RefUnwindSafe for WICJpegScanHeader
impl Send for WICJpegScanHeader
impl Sync for WICJpegScanHeader
impl Unpin for WICJpegScanHeader
impl UnwindSafe for WICJpegScanHeader
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)