#[repr(C)]pub struct tagk1 {
pub k1inblock: Tk1InBlock,
pub k1outblock: Tk1OutBlock,
}Fields§
§k1inblock: Tk1InBlock§k1outblock: Tk1OutBlockTrait Implementations§
Auto Trait Implementations§
impl Freeze for tagk1
impl RefUnwindSafe for tagk1
impl Send for tagk1
impl Sync for tagk1
impl Unpin for tagk1
impl UnwindSafe for tagk1
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