#[repr(C)]pub struct repcodes_s {
pub rep: [u32; 3],
}Fields§
§rep: [u32; 3]Trait Implementations§
Source§impl Clone for repcodes_s
impl Clone for repcodes_s
Source§fn clone(&self) -> repcodes_s
fn clone(&self) -> repcodes_s
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 repcodes_s
Auto Trait Implementations§
impl Freeze for repcodes_s
impl RefUnwindSafe for repcodes_s
impl Send for repcodes_s
impl Sync for repcodes_s
impl Unpin for repcodes_s
impl UnsafeUnpin for repcodes_s
impl UnwindSafe for repcodes_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