#[repr(C)]pub struct UA_ChannelSecurityToken {
pub channelId: UA_UInt32,
pub tokenId: UA_UInt32,
pub createdAt: UA_DateTime,
pub revisedLifetime: UA_UInt32,
}Fields§
§channelId: UA_UInt32§tokenId: UA_UInt32§createdAt: UA_DateTime§revisedLifetime: UA_UInt32Trait Implementations§
Source§impl Clone for UA_ChannelSecurityToken
impl Clone for UA_ChannelSecurityToken
Source§fn clone(&self) -> UA_ChannelSecurityToken
fn clone(&self) -> UA_ChannelSecurityToken
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 moreSource§impl Debug for UA_ChannelSecurityToken
impl Debug for UA_ChannelSecurityToken
impl Copy for UA_ChannelSecurityToken
Auto Trait Implementations§
impl Freeze for UA_ChannelSecurityToken
impl RefUnwindSafe for UA_ChannelSecurityToken
impl Send for UA_ChannelSecurityToken
impl Sync for UA_ChannelSecurityToken
impl Unpin for UA_ChannelSecurityToken
impl UnwindSafe for UA_ChannelSecurityToken
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