#[repr(C)]pub struct REAL_TIME_NOTIFICATION_SETTING_INPUT {
pub TransportSettingId: TRANSPORT_SETTING_ID,
pub BrokerEventGuid: GUID,
}
Expand description
Required features: "Win32_Networking_WinSock"
Fields
TransportSettingId: TRANSPORT_SETTING_ID
BrokerEventGuid: GUID
Trait Implementations
impl Copy for REAL_TIME_NOTIFICATION_SETTING_INPUT
Auto Trait Implementations
impl RefUnwindSafe for REAL_TIME_NOTIFICATION_SETTING_INPUT
impl Send for REAL_TIME_NOTIFICATION_SETTING_INPUT
impl Sync for REAL_TIME_NOTIFICATION_SETTING_INPUT
impl Unpin for REAL_TIME_NOTIFICATION_SETTING_INPUT
impl UnwindSafe for REAL_TIME_NOTIFICATION_SETTING_INPUT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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