Struct windows::core::AgileReference
#[repr(transparent)]pub struct AgileReference<T>(_, _);
Expand description
A type representing an agile reference to a COM/WinRT object.
Implementations§
Trait Implementations§
§impl<T: Clone> Clone for AgileReference<T>
impl<T: Clone> Clone for AgileReference<T>
§fn clone(&self) -> AgileReference<T>
fn clone(&self) -> AgileReference<T>
Returns a copy 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 more