Struct windows_sys::Win32::System::Com::SAFEARRAYBOUND
#[repr(C)]pub struct SAFEARRAYBOUND {
pub cElements: u32,
pub lLbound: i32,
}
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§
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