Struct windows_sys::Win32::System::Ole::PARAMDESCEX
[−]Expand description
Required features: ‘Win32_System_Ole’, ‘Win32_Foundation’, ‘Win32_System_Com’
Fields
cBytes: u32
varDefaultValue: VARIANT
Trait Implementations
impl Clone for PARAMDESCEX
impl Clone for PARAMDESCEX
impl Copy for PARAMDESCEX
Auto Trait Implementations
impl RefUnwindSafe for PARAMDESCEX
impl !Send for PARAMDESCEX
impl !Sync for PARAMDESCEX
impl Unpin for PARAMDESCEX
impl UnwindSafe for PARAMDESCEX
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