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