#[repr(C)]pub struct uint1 {
pub x: c_uint,
}
Fields§
§x: c_uint
Trait Implementations§
Auto Trait Implementations§
impl Freeze for uint1
impl RefUnwindSafe for uint1
impl Send for uint1
impl Sync for uint1
impl Unpin for uint1
impl UnwindSafe for uint1
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