#[repr(C)]pub struct ID2D1CommandList {
pub lpVtbl: *const ID2D1CommandListVtbl,
}
Fields§
§lpVtbl: *const ID2D1CommandListVtbl
Implementations§
Methods from Deref<Target = ID2D1Resource>§
pub unsafe fn GetFactory(&self, factory: *mut *mut ID2D1Factory)
Trait Implementations§
Source§impl Deref for ID2D1CommandList
impl Deref for ID2D1CommandList
Source§type Target = ID2D1Image
type Target = ID2D1Image
The resulting type after dereferencing.
Source§fn deref(&self) -> &ID2D1Image
fn deref(&self) -> &ID2D1Image
Dereferences the value.
Auto Trait Implementations§
impl Freeze for ID2D1CommandList
impl RefUnwindSafe for ID2D1CommandList
impl !Send for ID2D1CommandList
impl !Sync for ID2D1CommandList
impl Unpin for ID2D1CommandList
impl UnwindSafe for ID2D1CommandList
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