#[repr(C)]pub struct rq_tuple_s {
pub d: u32,
pub a: u32,
pub b: u32,
pub d1: u32,
pub a1: u32,
pub b1: u32,
}Fields§
§d: u32§a: u32§b: u32§d1: u32§a1: u32§b1: u32Trait Implementations§
Source§impl Clone for rq_tuple_s
impl Clone for rq_tuple_s
Source§fn clone(&self) -> rq_tuple_s
fn clone(&self) -> rq_tuple_s
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 moreSource§impl Debug for rq_tuple_s
impl Debug for rq_tuple_s
impl Copy for rq_tuple_s
Auto Trait Implementations§
impl Freeze for rq_tuple_s
impl RefUnwindSafe for rq_tuple_s
impl Send for rq_tuple_s
impl Sync for rq_tuple_s
impl Unpin for rq_tuple_s
impl UnwindSafe for rq_tuple_s
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