pub struct RcaResponse {
pub raw: u32,
}Expand description
R6: Published RCA response
Fields§
§raw: u32Implementations§
Trait Implementations§
Source§impl Clone for RcaResponse
impl Clone for RcaResponse
Source§fn clone(&self) -> RcaResponse
fn clone(&self) -> RcaResponse
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 moreSource§impl Debug for RcaResponse
impl Debug for RcaResponse
impl Copy for RcaResponse
Auto Trait Implementations§
impl Freeze for RcaResponse
impl RefUnwindSafe for RcaResponse
impl Send for RcaResponse
impl Sync for RcaResponse
impl Unpin for RcaResponse
impl UnsafeUnpin for RcaResponse
impl UnwindSafe for RcaResponse
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