#[repr(C)]pub struct tagHSZPAIR {
pub hszSvc: HSZ,
pub hszTopic: HSZ,
}
Fields§
§hszSvc: HSZ
§hszTopic: HSZ
Trait Implementations§
Source§impl Clone for tagHSZPAIR
impl Clone for tagHSZPAIR
Source§fn clone(&self) -> tagHSZPAIR
fn clone(&self) -> tagHSZPAIR
Returns a copy 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
Source§impl Ord for tagHSZPAIR
impl Ord for tagHSZPAIR
Source§fn cmp(&self, other: &tagHSZPAIR) -> Ordering
fn cmp(&self, other: &tagHSZPAIR) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagHSZPAIR
impl PartialEq for tagHSZPAIR
Source§impl PartialOrd for tagHSZPAIR
impl PartialOrd for tagHSZPAIR
impl Copy for tagHSZPAIR
impl Eq for tagHSZPAIR
impl StructuralPartialEq 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