pub struct WindowsTransferKey(/* private fields */);Expand description
Opaque transfer key used by CFAPI to correlate hydration operations.
Implementations§
Trait Implementations§
Source§impl Clone for WindowsTransferKey
impl Clone for WindowsTransferKey
Source§fn clone(&self) -> WindowsTransferKey
fn clone(&self) -> WindowsTransferKey
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 WindowsTransferKey
impl Debug for WindowsTransferKey
Source§impl Hash for WindowsTransferKey
impl Hash for WindowsTransferKey
Source§impl PartialEq for WindowsTransferKey
impl PartialEq for WindowsTransferKey
impl Copy for WindowsTransferKey
impl Eq for WindowsTransferKey
impl StructuralPartialEq for WindowsTransferKey
Auto Trait Implementations§
impl Freeze for WindowsTransferKey
impl RefUnwindSafe for WindowsTransferKey
impl Send for WindowsTransferKey
impl Sync for WindowsTransferKey
impl Unpin for WindowsTransferKey
impl UnwindSafe for WindowsTransferKey
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