#[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 for HtOperation
impl PartialEq for HtOperation
impl Copy for HtOperation
impl StructuralPartialEq for HtOperation
Auto Trait Implementations§
impl Freeze for HtOperation
impl RefUnwindSafe for HtOperation
impl Send for HtOperation
impl Sync for HtOperation
impl Unpin for HtOperation
impl UnwindSafe for HtOperation
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)