#[repr(C)]pub struct IGraphicsAdapter {
pub lpVtbl: *mut IGraphicsAdapterVtbl,
}Fields§
§lpVtbl: *mut IGraphicsAdapterVtblTrait 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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for IGraphicsAdapter
Auto Trait Implementations§
impl !Send for IGraphicsAdapter
impl !Sync for IGraphicsAdapter
impl Freeze for IGraphicsAdapter
impl RefUnwindSafe for IGraphicsAdapter
impl Unpin for IGraphicsAdapter
impl UnsafeUnpin 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