#[repr(transparent)]pub struct DVASPECT(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
impl Copy for DVASPECT
impl Eq for DVASPECT
impl StructuralPartialEq for DVASPECT
Auto Trait Implementations§
impl Freeze for DVASPECT
impl RefUnwindSafe for DVASPECT
impl Send for DVASPECT
impl Sync for DVASPECT
impl Unpin for DVASPECT
impl UnwindSafe for DVASPECT
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