#[repr(C)]pub struct tagHSZPAIR {
pub hszSvc: HSZ,
pub hszTopic: HSZ,
}Fields§
§hszSvc: HSZ§hszTopic: HSZTrait Implementations§
Source§impl Clone for tagHSZPAIR
impl Clone for tagHSZPAIR
Source§fn clone(&self) -> tagHSZPAIR
fn clone(&self) -> tagHSZPAIR
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 tagHSZPAIR
impl Debug for tagHSZPAIR
impl Copy for tagHSZPAIR
Auto Trait Implementations§
impl Freeze for tagHSZPAIR
impl RefUnwindSafe for tagHSZPAIR
impl !Send for tagHSZPAIR
impl !Sync for tagHSZPAIR
impl Unpin for tagHSZPAIR
impl UnwindSafe for tagHSZPAIR
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