#[repr(transparent)]pub struct DVASPECT(pub i32);Tuple Fields§
§0: i32Implementations§
Source§impl DVASPECT
impl DVASPECT
pub const DVASPECT_CONTENT: Self
pub const DVASPECT_THUMBNAIL: Self
pub const DVASPECT_ICON: Self
pub const DVASPECT_DOCPRINT: Self
Trait Implementations§
Source§impl Abi for DVASPECT
impl Abi for DVASPECT
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