Struct windows_sys::Win32::System::DataExchange::HSZPAIR
[−]Expand description
Required features: "Win32_System_DataExchange"
Fields
hszSvc: HSZ
hszTopic: HSZ
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for HSZPAIR
impl Send for HSZPAIR
impl Sync for HSZPAIR
impl Unpin for HSZPAIR
impl UnwindSafe for HSZPAIR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more