Struct windows_sys::Win32::Devices::ImageAcquisition::WIA_FORMAT_INFO
[−]Expand description
Required features: "Win32_Devices_ImageAcquisition"
Fields
guidFormatID: GUID
lTymed: i32
Trait Implementations
impl Clone for WIA_FORMAT_INFO
impl Clone for WIA_FORMAT_INFO
impl Copy for WIA_FORMAT_INFO
Auto Trait Implementations
impl RefUnwindSafe for WIA_FORMAT_INFO
impl Send for WIA_FORMAT_INFO
impl Sync for WIA_FORMAT_INFO
impl Unpin for WIA_FORMAT_INFO
impl UnwindSafe for WIA_FORMAT_INFO
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