#[repr(C)]pub struct tagSAFEARRAYBOUND {
pub cElements: ULONG,
pub lLbound: LONG,
}Fields§
§cElements: ULONG§lLbound: LONGTrait Implementations§
Source§impl Clone for tagSAFEARRAYBOUND
impl Clone for tagSAFEARRAYBOUND
Source§fn clone(&self) -> tagSAFEARRAYBOUND
fn clone(&self) -> tagSAFEARRAYBOUND
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for tagSAFEARRAYBOUND
impl Debug for tagSAFEARRAYBOUND
impl Copy for tagSAFEARRAYBOUND
Auto Trait Implementations§
impl Freeze for tagSAFEARRAYBOUND
impl RefUnwindSafe for tagSAFEARRAYBOUND
impl Send for tagSAFEARRAYBOUND
impl Sync for tagSAFEARRAYBOUND
impl Unpin for tagSAFEARRAYBOUND
impl UnwindSafe for tagSAFEARRAYBOUND
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