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