pub struct IWICJpegFrameEncode(/* private fields */);Implementations§
Source§impl IWICJpegFrameEncode
impl IWICJpegFrameEncode
pub unsafe fn GetAcHuffmanTable( &self, scanindex: u32, tableindex: u32, ) -> Result<DXGI_JPEG_AC_HUFFMAN_TABLE>
pub unsafe fn GetDcHuffmanTable( &self, scanindex: u32, tableindex: u32, ) -> Result<DXGI_JPEG_DC_HUFFMAN_TABLE>
pub unsafe fn GetQuantizationTable( &self, scanindex: u32, tableindex: u32, ) -> Result<DXGI_JPEG_QUANTIZATION_TABLE>
pub unsafe fn WriteScan( &self, cbscandata: u32, pbscandata: *const u8, ) -> Result<()>
Trait Implementations§
Source§impl Clone for IWICJpegFrameEncode
impl Clone for IWICJpegFrameEncode
Source§fn clone(&self) -> IWICJpegFrameEncode
fn clone(&self) -> IWICJpegFrameEncode
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 Debug for IWICJpegFrameEncode
impl Debug for IWICJpegFrameEncode
Source§impl From<&IWICJpegFrameEncode> for IUnknown
impl From<&IWICJpegFrameEncode> for IUnknown
Source§fn from(value: &IWICJpegFrameEncode) -> Self
fn from(value: &IWICJpegFrameEncode) -> Self
Converts to this type from the input type.
Source§impl From<IWICJpegFrameEncode> for IUnknown
impl From<IWICJpegFrameEncode> for IUnknown
Source§fn from(value: IWICJpegFrameEncode) -> Self
fn from(value: IWICJpegFrameEncode) -> Self
Converts to this type from the input type.
Source§impl Interface for IWICJpegFrameEncode
impl Interface for IWICJpegFrameEncode
Source§impl PartialEq for IWICJpegFrameEncode
impl PartialEq for IWICJpegFrameEncode
impl Eq for IWICJpegFrameEncode
impl StructuralPartialEq for IWICJpegFrameEncode
Auto Trait Implementations§
impl Freeze for IWICJpegFrameEncode
impl RefUnwindSafe for IWICJpegFrameEncode
impl !Send for IWICJpegFrameEncode
impl !Sync for IWICJpegFrameEncode
impl Unpin for IWICJpegFrameEncode
impl UnwindSafe for IWICJpegFrameEncode
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