#[repr(C)]pub struct tagk5 {
pub k5inblock: Tk5InBlock,
pub k5outblock: Tk5OutBlock,
}Fields§
§k5inblock: Tk5InBlock§k5outblock: Tk5OutBlockTrait Implementations§
Auto Trait Implementations§
impl Freeze for tagk5
impl RefUnwindSafe for tagk5
impl Send for tagk5
impl Sync for tagk5
impl Unpin for tagk5
impl UnwindSafe for tagk5
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