#[repr(C)]pub struct IPrinting3DTexture2CoordMaterial_Vtbl {
pub base__: IInspectable_Vtbl,
pub Texture: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetTexture: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub U: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub SetU: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT,
pub V: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub SetV: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Texture: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetTexture: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§U: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§SetU: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT
§V: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§SetV: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT
Auto Trait Implementations§
impl Freeze for IPrinting3DTexture2CoordMaterial_Vtbl
impl RefUnwindSafe for IPrinting3DTexture2CoordMaterial_Vtbl
impl Send for IPrinting3DTexture2CoordMaterial_Vtbl
impl Sync for IPrinting3DTexture2CoordMaterial_Vtbl
impl Unpin for IPrinting3DTexture2CoordMaterial_Vtbl
impl UnwindSafe for IPrinting3DTexture2CoordMaterial_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