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