#[repr(i32)]pub enum tagDVASPECT {
DVASPECT_CONTENT = 1,
DVASPECT_THUMBNAIL = 2,
DVASPECT_ICON = 4,
DVASPECT_DOCPRINT = 8,
}Variants§
Trait Implementations§
Source§impl Clone for tagDVASPECT
impl Clone for tagDVASPECT
Source§fn clone(&self) -> tagDVASPECT
fn clone(&self) -> tagDVASPECT
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for tagDVASPECT
impl Debug for tagDVASPECT
Source§impl Hash for tagDVASPECT
impl Hash for tagDVASPECT
Source§impl PartialEq for tagDVASPECT
impl PartialEq for tagDVASPECT
impl Copy for tagDVASPECT
impl Eq for tagDVASPECT
impl StructuralPartialEq for tagDVASPECT
Auto Trait Implementations§
impl Freeze for tagDVASPECT
impl RefUnwindSafe for tagDVASPECT
impl Send for tagDVASPECT
impl Sync for tagDVASPECT
impl Unpin for tagDVASPECT
impl UnwindSafe for tagDVASPECT
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