#[repr(C)]pub struct tagSAFEARRAYBOUND {
pub cElements: ULONG,
pub lLbound: LONG,
}
Fields§
§cElements: ULONG
§lLbound: LONG
Trait Implementations§
Source§impl Clone for tagSAFEARRAYBOUND
impl Clone for tagSAFEARRAYBOUND
Source§fn clone(&self) -> tagSAFEARRAYBOUND
fn clone(&self) -> tagSAFEARRAYBOUND
Returns a copy 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
Source§impl Ord for tagSAFEARRAYBOUND
impl Ord for tagSAFEARRAYBOUND
Source§fn cmp(&self, other: &tagSAFEARRAYBOUND) -> Ordering
fn cmp(&self, other: &tagSAFEARRAYBOUND) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagSAFEARRAYBOUND
impl PartialEq for tagSAFEARRAYBOUND
Source§impl PartialOrd for tagSAFEARRAYBOUND
impl PartialOrd for tagSAFEARRAYBOUND
impl Copy for tagSAFEARRAYBOUND
impl Eq for tagSAFEARRAYBOUND
impl StructuralPartialEq 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