#[repr(C)]pub struct UA_CloseSecureChannelRequest {
pub requestHeader: UA_RequestHeader,
}Fields§
§requestHeader: UA_RequestHeaderTrait Implementations§
Source§impl Clone for UA_CloseSecureChannelRequest
impl Clone for UA_CloseSecureChannelRequest
Source§fn clone(&self) -> UA_CloseSecureChannelRequest
fn clone(&self) -> UA_CloseSecureChannelRequest
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_CloseSecureChannelRequest
Auto Trait Implementations§
impl Freeze for UA_CloseSecureChannelRequest
impl RefUnwindSafe for UA_CloseSecureChannelRequest
impl !Send for UA_CloseSecureChannelRequest
impl !Sync for UA_CloseSecureChannelRequest
impl Unpin for UA_CloseSecureChannelRequest
impl UnwindSafe for UA_CloseSecureChannelRequest
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