#[repr(C)]pub struct tagk8 {
pub k8inblock: Tk8InBlock,
pub k8outblock: Tk8OutBlock,
}Fields§
§k8inblock: Tk8InBlock§k8outblock: Tk8OutBlockTrait Implementations§
Auto Trait Implementations§
impl Freeze for tagk8
impl RefUnwindSafe for tagk8
impl Send for tagk8
impl Sync for tagk8
impl Unpin for tagk8
impl UnwindSafe for tagk8
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