#[repr(C)]pub struct IADLXGPUsChangedHandling {
pub pVtbl: *const IADLXGPUsChangedHandlingVtbl,
}Fields§
§pVtbl: *const IADLXGPUsChangedHandlingVtblTrait Implementations§
Source§impl Clone for IADLXGPUsChangedHandling
impl Clone for IADLXGPUsChangedHandling
Source§fn clone(&self) -> IADLXGPUsChangedHandling
fn clone(&self) -> IADLXGPUsChangedHandling
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 IADLXGPUsChangedHandling
Auto Trait Implementations§
impl !Send for IADLXGPUsChangedHandling
impl !Sync for IADLXGPUsChangedHandling
impl Freeze for IADLXGPUsChangedHandling
impl RefUnwindSafe for IADLXGPUsChangedHandling
impl Unpin for IADLXGPUsChangedHandling
impl UnsafeUnpin for IADLXGPUsChangedHandling
impl UnwindSafe for IADLXGPUsChangedHandling
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