#[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§
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