#[repr(C)]pub struct UA_CreateSubscriptionResponse {
pub responseHeader: UA_ResponseHeader,
pub subscriptionId: UA_UInt32,
pub revisedPublishingInterval: UA_Double,
pub revisedLifetimeCount: UA_UInt32,
pub revisedMaxKeepAliveCount: UA_UInt32,
}Fields§
§responseHeader: UA_ResponseHeader§subscriptionId: UA_UInt32§revisedPublishingInterval: UA_Double§revisedLifetimeCount: UA_UInt32§revisedMaxKeepAliveCount: UA_UInt32Trait Implementations§
Source§impl Clone for UA_CreateSubscriptionResponse
impl Clone for UA_CreateSubscriptionResponse
Source§fn clone(&self) -> UA_CreateSubscriptionResponse
fn clone(&self) -> UA_CreateSubscriptionResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for UA_CreateSubscriptionResponse
Auto Trait Implementations§
impl Freeze for UA_CreateSubscriptionResponse
impl RefUnwindSafe for UA_CreateSubscriptionResponse
impl !Send for UA_CreateSubscriptionResponse
impl !Sync for UA_CreateSubscriptionResponse
impl Unpin for UA_CreateSubscriptionResponse
impl UnwindSafe for UA_CreateSubscriptionResponse
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