#[repr(C, align(4))]pub struct uint(pub u32);Expand description
Tuple Fields§
§0: u32Trait Implementations§
impl Copy for uint
impl ReprStd140 for uint
impl Std140ArrayElement for uint
impl StructuralPartialEq for uint
Auto Trait Implementations§
impl Freeze for uint
impl RefUnwindSafe for uint
impl Send for uint
impl Sync for uint
impl Unpin for uint
impl UnwindSafe for uint
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