#[repr(C, packed(1))]pub struct T_UINT32 {
pub v: u32,
}
Fields§
§v: u32
Trait Implementations§
impl Copy for T_UINT32
Auto Trait Implementations§
impl RefUnwindSafe for T_UINT32
impl Send for T_UINT32
impl Sync for T_UINT32
impl Unpin for T_UINT32
impl UnwindSafe for T_UINT32
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