Struct windows::Graphics::Printing::IPrintPageRangeOptions_Vtbl
#[repr(C)]pub struct IPrintPageRangeOptions_Vtbl {
pub base__: IInspectable_Vtbl,
pub SetAllowAllPages: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub AllowAllPages: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetAllowCurrentPage: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub AllowCurrentPage: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetAllowCustomSetOfPages: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub AllowCustomSetOfPages: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§SetAllowAllPages: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§AllowAllPages: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetAllowCurrentPage: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§AllowCurrentPage: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetAllowCustomSetOfPages: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§AllowCustomSetOfPages: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
Auto Trait Implementations§
impl Freeze for IPrintPageRangeOptions_Vtbl
impl RefUnwindSafe for IPrintPageRangeOptions_Vtbl
impl Send for IPrintPageRangeOptions_Vtbl
impl Sync for IPrintPageRangeOptions_Vtbl
impl Unpin for IPrintPageRangeOptions_Vtbl
impl UnwindSafe for IPrintPageRangeOptions_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