#[repr(C)]pub struct REAL_TIME_NOTIFICATION_SETTING_INPUT {
pub TransportSettingId: TRANSPORT_SETTING_ID,
pub BrokerEventGuid: GUID,
}
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§
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