#[repr(C)]pub struct zcrx_ctrl_flush_rq {
pub __resv: [__u64; 6],
}Fields§
§__resv: [__u64; 6]Trait Implementations§
Source§impl Clone for zcrx_ctrl_flush_rq
impl Clone for zcrx_ctrl_flush_rq
Source§fn clone(&self) -> zcrx_ctrl_flush_rq
fn clone(&self) -> zcrx_ctrl_flush_rq
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for zcrx_ctrl_flush_rq
Source§impl Debug for zcrx_ctrl_flush_rq
impl Debug for zcrx_ctrl_flush_rq
Source§impl Default for zcrx_ctrl_flush_rq
impl Default for zcrx_ctrl_flush_rq
Source§fn default() -> zcrx_ctrl_flush_rq
fn default() -> zcrx_ctrl_flush_rq
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for zcrx_ctrl_flush_rq
impl RefUnwindSafe for zcrx_ctrl_flush_rq
impl Send for zcrx_ctrl_flush_rq
impl Sync for zcrx_ctrl_flush_rq
impl Unpin for zcrx_ctrl_flush_rq
impl UnsafeUnpin for zcrx_ctrl_flush_rq
impl UnwindSafe for zcrx_ctrl_flush_rq
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