Struct windows_sys::Win32::System::DataExchange::HSZPAIR
#[repr(C)]pub struct HSZPAIR {
pub hszSvc: HSZ,
pub hszTopic: HSZ,
}Fields§
§hszSvc: HSZ§hszTopic: HSZTrait 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§
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