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