#[repr(C)]pub struct tagk4 {
pub k4inblock: Tk4InBlock,
pub k4outblock: Tk4OutBlock,
}Fields§
§k4inblock: Tk4InBlock§k4outblock: Tk4OutBlockTrait Implementations§
Auto Trait Implementations§
impl Freeze for tagk4
impl RefUnwindSafe for tagk4
impl Send for tagk4
impl Sync for tagk4
impl Unpin for tagk4
impl UnwindSafe for tagk4
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