Struct windows_sys::Win32::System::Com::SAFEARRAYBOUND
[−]Expand description
Required features: "Win32_System_Com"
Fields
cElements: u32
lLbound: i32
Trait Implementations
impl Clone for SAFEARRAYBOUND
impl Clone for SAFEARRAYBOUND
impl Copy for SAFEARRAYBOUND
Auto Trait Implementations
impl RefUnwindSafe for SAFEARRAYBOUND
impl Send for SAFEARRAYBOUND
impl Sync for SAFEARRAYBOUND
impl Unpin for SAFEARRAYBOUND
impl UnwindSafe for SAFEARRAYBOUND
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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