Struct WIA_PATCH_CODES
#[repr(C)]pub struct WIA_PATCH_CODES {
pub Tag: u32,
pub Version: u32,
pub Size: u32,
pub Count: u32,
pub PatchCodes: [WIA_PATCH_CODE_INFO; 1],
}
Fields§
§Tag: u32
§Version: u32
§Size: u32
§Count: u32
§PatchCodes: [WIA_PATCH_CODE_INFO; 1]
Trait Implementations§
§impl Clone for WIA_PATCH_CODES
impl Clone for WIA_PATCH_CODES
§fn clone(&self) -> WIA_PATCH_CODES
fn clone(&self) -> WIA_PATCH_CODES
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 WIA_PATCH_CODES
impl Debug for WIA_PATCH_CODES
§impl Default for WIA_PATCH_CODES
impl Default for WIA_PATCH_CODES
§impl PartialEq for WIA_PATCH_CODES
impl PartialEq for WIA_PATCH_CODES
impl Copy for WIA_PATCH_CODES
impl StructuralPartialEq for WIA_PATCH_CODES
Auto Trait Implementations§
impl Freeze for WIA_PATCH_CODES
impl RefUnwindSafe for WIA_PATCH_CODES
impl Send for WIA_PATCH_CODES
impl Sync for WIA_PATCH_CODES
impl Unpin for WIA_PATCH_CODES
impl UnwindSafe for WIA_PATCH_CODES
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