Struct windows_sys::Win32::System::Ole::ExtentInfo
[−]Expand description
Required features: ‘Win32_System_Ole’, ‘Win32_Foundation’
Fields
cb: u32
dwExtentMode: u32
sizelProposed: SIZE
Trait Implementations
impl Clone for ExtentInfo
impl Clone for ExtentInfo
impl Copy for ExtentInfo
Auto Trait Implementations
impl RefUnwindSafe for ExtentInfo
impl Send for ExtentInfo
impl Sync for ExtentInfo
impl Unpin for ExtentInfo
impl UnwindSafe for ExtentInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more