Struct windows_sys::Win32::System::Com::StructuredStorage::CAL
[−]Expand description
Required features: ‘Win32_System_Com_StructuredStorage’
Fields
cElems: u32pElems: *mut i32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CAL
impl !Send for CAL
impl !Sync for CAL
impl Unpin for CAL
impl UnwindSafe for CAL
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