#[repr(C)]pub struct tagu1 {
pub u1inblock: Tu1InBlock,
pub u1outblock: Tu1OutBlock,
}Fields§
§u1inblock: Tu1InBlock§u1outblock: Tu1OutBlockTrait Implementations§
Auto Trait Implementations§
impl Freeze for tagu1
impl RefUnwindSafe for tagu1
impl Send for tagu1
impl Sync for tagu1
impl Unpin for tagu1
impl UnwindSafe for tagu1
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