Struct windows_sys::Win32::System::Ole::DVASPECTINFO
[−]Expand description
Required features: "Win32_System_Ole"
Fields
cb: u32dwFlags: u32Trait Implementations
impl Clone for DVASPECTINFO
impl Clone for DVASPECTINFO
impl Copy for DVASPECTINFO
Auto Trait Implementations
impl RefUnwindSafe for DVASPECTINFO
impl Send for DVASPECTINFO
impl Sync for DVASPECTINFO
impl Unpin for DVASPECTINFO
impl UnwindSafe for DVASPECTINFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more