#[repr(C)]pub struct repcodes_s {
pub rep: [u32; 3],
}Fields§
§rep: [u32; 3]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