#[repr(C)]pub struct IBarcodeSymbologyAttributes_Vtbl {Show 14 fields
pub base__: IInspectable_Vtbl,
pub IsCheckDigitValidationEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetIsCheckDigitValidationEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub IsCheckDigitValidationSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsCheckDigitTransmissionEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetIsCheckDigitTransmissionEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub IsCheckDigitTransmissionSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub DecodeLength1: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SetDecodeLength1: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub DecodeLength2: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SetDecodeLength2: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub DecodeLengthKind: unsafe extern "system" fn(_: *mut c_void, _: *mut BarcodeSymbologyDecodeLengthKind) -> HRESULT,
pub SetDecodeLengthKind: unsafe extern "system" fn(_: *mut c_void, _: BarcodeSymbologyDecodeLengthKind) -> HRESULT,
pub IsDecodeLengthSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§IsCheckDigitValidationEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetIsCheckDigitValidationEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§IsCheckDigitValidationSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§IsCheckDigitTransmissionEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetIsCheckDigitTransmissionEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§IsCheckDigitTransmissionSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§DecodeLength1: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§SetDecodeLength1: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§DecodeLength2: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§SetDecodeLength2: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§DecodeLengthKind: unsafe extern "system" fn(_: *mut c_void, _: *mut BarcodeSymbologyDecodeLengthKind) -> HRESULT
§SetDecodeLengthKind: unsafe extern "system" fn(_: *mut c_void, _: BarcodeSymbologyDecodeLengthKind) -> HRESULT
§IsDecodeLengthSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
Auto Trait Implementations§
impl Freeze for IBarcodeSymbologyAttributes_Vtbl
impl RefUnwindSafe for IBarcodeSymbologyAttributes_Vtbl
impl Send for IBarcodeSymbologyAttributes_Vtbl
impl Sync for IBarcodeSymbologyAttributes_Vtbl
impl Unpin for IBarcodeSymbologyAttributes_Vtbl
impl UnwindSafe for IBarcodeSymbologyAttributes_Vtbl
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