Struct windows_sys::Win32::System::Ole::DVEXTENTINFO
[−]Expand description
Required features: "Win32_System_Ole", "Win32_Foundation"
Fields
cb: u32dwExtentMode: u32sizelProposed: SIZETrait Implementations
impl Clone for DVEXTENTINFO
impl Clone for DVEXTENTINFO
impl Copy for DVEXTENTINFO
Auto Trait Implementations
impl RefUnwindSafe for DVEXTENTINFO
impl Send for DVEXTENTINFO
impl Sync for DVEXTENTINFO
impl Unpin for DVEXTENTINFO
impl UnwindSafe for DVEXTENTINFO
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