#[repr(C)]pub struct IPrinting3DModelTexture_Vtbl {
pub base__: IInspectable_Vtbl,
pub TextureResource: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetTextureResource: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub TileStyleU: unsafe extern "system" fn(_: *mut c_void, _: *mut Printing3DTextureEdgeBehavior) -> HRESULT,
pub SetTileStyleU: unsafe extern "system" fn(_: *mut c_void, _: Printing3DTextureEdgeBehavior) -> HRESULT,
pub TileStyleV: unsafe extern "system" fn(_: *mut c_void, _: *mut Printing3DTextureEdgeBehavior) -> HRESULT,
pub SetTileStyleV: unsafe extern "system" fn(_: *mut c_void, _: Printing3DTextureEdgeBehavior) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§TextureResource: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetTextureResource: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§TileStyleU: unsafe extern "system" fn(_: *mut c_void, _: *mut Printing3DTextureEdgeBehavior) -> HRESULT
§SetTileStyleU: unsafe extern "system" fn(_: *mut c_void, _: Printing3DTextureEdgeBehavior) -> HRESULT
§TileStyleV: unsafe extern "system" fn(_: *mut c_void, _: *mut Printing3DTextureEdgeBehavior) -> HRESULT
§SetTileStyleV: unsafe extern "system" fn(_: *mut c_void, _: Printing3DTextureEdgeBehavior) -> HRESULT
Auto Trait Implementations§
impl Freeze for IPrinting3DModelTexture_Vtbl
impl RefUnwindSafe for IPrinting3DModelTexture_Vtbl
impl Send for IPrinting3DModelTexture_Vtbl
impl Sync for IPrinting3DModelTexture_Vtbl
impl Unpin for IPrinting3DModelTexture_Vtbl
impl UnwindSafe for IPrinting3DModelTexture_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