#[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
sourceimpl Clone for REAL_TIME_NOTIFICATION_SETTING_INPUT
impl Clone for REAL_TIME_NOTIFICATION_SETTING_INPUT
sourcefn clone(&self) -> REAL_TIME_NOTIFICATION_SETTING_INPUT
fn clone(&self) -> REAL_TIME_NOTIFICATION_SETTING_INPUT
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
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