#[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 Debug for UA_ChannelSecurityToken
impl Debug for UA_ChannelSecurityToken
Source§impl Default for UA_ChannelSecurityToken
impl Default for UA_ChannelSecurityToken
Source§fn default() -> UA_ChannelSecurityToken
fn default() -> UA_ChannelSecurityToken
Returns the “default value” for a type. Read more
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