#[repr(C)]pub struct IGraphicsAdapter {
pub lpVtbl: *mut IGraphicsAdapterVtbl,
}
Fields§
§lpVtbl: *mut IGraphicsAdapterVtbl
Trait Implementations§
Source§impl Clone for IGraphicsAdapter
impl Clone for IGraphicsAdapter
Source§fn clone(&self) -> IGraphicsAdapter
fn clone(&self) -> IGraphicsAdapter
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for IGraphicsAdapter
impl Debug for IGraphicsAdapter
impl Copy for IGraphicsAdapter
Auto Trait Implementations§
impl Freeze for IGraphicsAdapter
impl RefUnwindSafe for IGraphicsAdapter
impl !Send for IGraphicsAdapter
impl !Sync for IGraphicsAdapter
impl Unpin for IGraphicsAdapter
impl UnwindSafe for IGraphicsAdapter
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