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