#[repr(C)]pub struct tagh2 {
pub h2inblock: Th2InBlock,
pub h2outblock: Th2OutBlock,
}Fields§
§h2inblock: Th2InBlock§h2outblock: Th2OutBlockTrait Implementations§
Auto Trait Implementations§
impl Freeze for tagh2
impl RefUnwindSafe for tagh2
impl Send for tagh2
impl Sync for tagh2
impl Unpin for tagh2
impl UnwindSafe for tagh2
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