Struct riot_sys::T_UINT32_READ
source · #[repr(C, packed)]pub struct T_UINT32_READ {
pub v: u32,
}
Fields§
§v: u32
Trait Implementations§
source§impl Clone for T_UINT32_READ
impl Clone for T_UINT32_READ
source§fn clone(&self) -> T_UINT32_READ
fn clone(&self) -> T_UINT32_READ
Returns a copy 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 T_UINT32_READ
impl Debug for T_UINT32_READ
source§impl Default for T_UINT32_READ
impl Default for T_UINT32_READ
source§fn default() -> T_UINT32_READ
fn default() -> T_UINT32_READ
Returns the “default value” for a type. Read more
impl Copy for T_UINT32_READ
Auto Trait Implementations§
impl RefUnwindSafe for T_UINT32_READ
impl Send for T_UINT32_READ
impl Sync for T_UINT32_READ
impl Unpin for T_UINT32_READ
impl UnwindSafe for T_UINT32_READ
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