#[repr(C)]pub struct HtOperation {
pub bytes: [u8; 22],
}
Fields§
§bytes: [u8; 22]
Trait Implementations§
source§impl Clone for HtOperation
impl Clone for HtOperation
source§fn clone(&self) -> HtOperation
fn clone(&self) -> HtOperation
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 HtOperation
impl Debug for HtOperation
source§impl PartialEq<HtOperation> for HtOperation
impl PartialEq<HtOperation> for HtOperation
source§fn eq(&self, other: &HtOperation) -> bool
fn eq(&self, other: &HtOperation) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.