Struct IInkDrawingAttributes3_Vtbl
#[repr(C)]pub struct IInkDrawingAttributes3_Vtbl {
pub base__: IInspectable_Vtbl,
pub Kind: unsafe extern "system" fn(_: *mut c_void, _: *mut InkDrawingAttributesKind) -> HRESULT,
pub PencilProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Kind: unsafe extern "system" fn(_: *mut c_void, _: *mut InkDrawingAttributesKind) -> HRESULT
§PencilProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IInkDrawingAttributes3_Vtbl
impl RefUnwindSafe for IInkDrawingAttributes3_Vtbl
impl Send for IInkDrawingAttributes3_Vtbl
impl Sync for IInkDrawingAttributes3_Vtbl
impl Unpin for IInkDrawingAttributes3_Vtbl
impl UnwindSafe for IInkDrawingAttributes3_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