#[repr(C)]pub struct tagh1 {
pub h1inblock: Th1InBlock,
pub h1outblock: Th1OutBlock,
}Fields§
§h1inblock: Th1InBlock§h1outblock: Th1OutBlockTrait Implementations§
Auto Trait Implementations§
impl Freeze for tagh1
impl RefUnwindSafe for tagh1
impl Send for tagh1
impl Sync for tagh1
impl Unpin for tagh1
impl UnwindSafe for tagh1
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