#[repr(C)]pub struct tagh2OutBlock {
pub code: [c_char; 6],
pub hotime: [c_char; 8],
pub O_offerrem: [c_char; 9],
pub O_bidrem: [c_char; 9],
}Fields§
§code: [c_char; 6]§hotime: [c_char; 8]§O_offerrem: [c_char; 9]§O_bidrem: [c_char; 9]Trait Implementations§
Source§impl Clone for tagh2OutBlock
impl Clone for tagh2OutBlock
Source§fn clone(&self) -> tagh2OutBlock
fn clone(&self) -> tagh2OutBlock
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 tagh2OutBlock
impl Debug for tagh2OutBlock
impl Copy for tagh2OutBlock
Auto Trait Implementations§
impl Freeze for tagh2OutBlock
impl RefUnwindSafe for tagh2OutBlock
impl Send for tagh2OutBlock
impl Sync for tagh2OutBlock
impl Unpin for tagh2OutBlock
impl UnwindSafe for tagh2OutBlock
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