Struct IBarcodeSymbologyAttributesBuilder_Vtbl
#[repr(C)]pub struct IBarcodeSymbologyAttributesBuilder_Vtbl {
pub base__: IInspectable_Vtbl,
pub IsCheckDigitValidationSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetIsCheckDigitValidationSupported: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub IsCheckDigitTransmissionSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetIsCheckDigitTransmissionSupported: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub IsDecodeLengthSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetIsDecodeLengthSupported: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub CreateAttributes: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§IsCheckDigitValidationSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§SetIsCheckDigitValidationSupported: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT§IsCheckDigitTransmissionSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§SetIsCheckDigitTransmissionSupported: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT§IsDecodeLengthSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§SetIsDecodeLengthSupported: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT§CreateAttributes: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULTAuto Trait Implementations§
impl Freeze for IBarcodeSymbologyAttributesBuilder_Vtbl
impl RefUnwindSafe for IBarcodeSymbologyAttributesBuilder_Vtbl
impl Send for IBarcodeSymbologyAttributesBuilder_Vtbl
impl Sync for IBarcodeSymbologyAttributesBuilder_Vtbl
impl Unpin for IBarcodeSymbologyAttributesBuilder_Vtbl
impl UnwindSafe for IBarcodeSymbologyAttributesBuilder_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