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