Struct windows_sys::Win32::System::Ole::DVEXTENTINFO
#[repr(C)]pub struct DVEXTENTINFO {
pub cb: u32,
pub dwExtentMode: u32,
pub sizelProposed: SIZE,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§cb: u32
§dwExtentMode: u32
§sizelProposed: SIZE
Trait 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§
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