Struct windows_sys::Win32::Graphics::Dxgi::Common::DXGI_JPEG_QUANTIZATION_TABLE
[−]Expand description
Required features: "Win32_Graphics_Dxgi_Common"
Fields
Elements: [u8; 64]
Trait Implementations
impl Clone for DXGI_JPEG_QUANTIZATION_TABLE
impl Clone for DXGI_JPEG_QUANTIZATION_TABLE
impl Copy for DXGI_JPEG_QUANTIZATION_TABLE
Auto Trait Implementations
impl RefUnwindSafe for DXGI_JPEG_QUANTIZATION_TABLE
impl Send for DXGI_JPEG_QUANTIZATION_TABLE
impl Sync for DXGI_JPEG_QUANTIZATION_TABLE
impl Unpin for DXGI_JPEG_QUANTIZATION_TABLE
impl UnwindSafe for DXGI_JPEG_QUANTIZATION_TABLE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more