#[repr(C)]pub struct UintValue { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl ExternType for UintValue
impl ExternType for UintValue
impl Send for UintValue
impl Sync for UintValue
impl UniquePtrTarget for UintValue
Auto Trait Implementations§
impl !Freeze for UintValue
impl RefUnwindSafe for UintValue
impl !Unpin for UintValue
impl UnwindSafe for UintValue
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