#[repr(C)]pub struct RR_skipped_call_args {
pub kind: u32,
pub variant: RR_skipped_call_args__bindgen_ty_1,
pub buf_addr_rec: u64,
}Fields§
§kind: u32§variant: RR_skipped_call_args__bindgen_ty_1§buf_addr_rec: u64Trait Implementations§
Source§impl Clone for RR_skipped_call_args
impl Clone for RR_skipped_call_args
Source§fn clone(&self) -> RR_skipped_call_args
fn clone(&self) -> RR_skipped_call_args
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RR_skipped_call_args
Auto Trait Implementations§
impl Freeze for RR_skipped_call_args
impl RefUnwindSafe for RR_skipped_call_args
impl !Send for RR_skipped_call_args
impl !Sync for RR_skipped_call_args
impl Unpin for RR_skipped_call_args
impl UnwindSafe for RR_skipped_call_args
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