#[repr(C)]pub struct tagk3 {
pub k3inblock: Tk3InBlock,
pub k3outblock: Tk3OutBlock,
}Fields§
§k3inblock: Tk3InBlock§k3outblock: Tk3OutBlockTrait Implementations§
Auto Trait Implementations§
impl Freeze for tagk3
impl RefUnwindSafe for tagk3
impl Send for tagk3
impl Sync for tagk3
impl Unpin for tagk3
impl UnwindSafe for tagk3
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