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