#[repr(C)]pub struct ID3D11LinkingNodeVtbl {
pub parent: IUnknownVtbl,
}Fields§
§parent: IUnknownVtblAuto Trait Implementations§
impl Freeze for ID3D11LinkingNodeVtbl
impl RefUnwindSafe for ID3D11LinkingNodeVtbl
impl Send for ID3D11LinkingNodeVtbl
impl Sync for ID3D11LinkingNodeVtbl
impl Unpin for ID3D11LinkingNodeVtbl
impl UnwindSafe for ID3D11LinkingNodeVtbl
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