#[repr(C)]pub struct IDirect3DPixelShader9 {
pub lpVtbl: *const IDirect3DPixelShader9Vtbl,
}
Fields§
§lpVtbl: *const IDirect3DPixelShader9Vtbl
Implementations§
Trait Implementations§
Source§impl Deref for IDirect3DPixelShader9
impl Deref for IDirect3DPixelShader9
Auto Trait Implementations§
impl Freeze for IDirect3DPixelShader9
impl RefUnwindSafe for IDirect3DPixelShader9
impl !Send for IDirect3DPixelShader9
impl !Sync for IDirect3DPixelShader9
impl Unpin for IDirect3DPixelShader9
impl UnwindSafe for IDirect3DPixelShader9
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