#[repr(C)]pub struct ARRAY_INFO {
pub Dimension: c_long,
pub BufferConformanceMark: *mut c_ulong,
pub BufferVarianceMark: *mut c_ulong,
pub MaxCountArray: *mut c_ulong,
pub OffsetArray: *mut c_ulong,
pub ActualCountArray: *mut c_ulong,
}
Fields§
§Dimension: c_long
§BufferConformanceMark: *mut c_ulong
§BufferVarianceMark: *mut c_ulong
§MaxCountArray: *mut c_ulong
§OffsetArray: *mut c_ulong
§ActualCountArray: *mut c_ulong
Trait Implementations§
Source§impl Clone for ARRAY_INFO
impl Clone for ARRAY_INFO
Source§fn clone(&self) -> ARRAY_INFO
fn clone(&self) -> ARRAY_INFO
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 ARRAY_INFO
impl Debug for ARRAY_INFO
Source§impl Ord for ARRAY_INFO
impl Ord for ARRAY_INFO
Source§fn cmp(&self, other: &ARRAY_INFO) -> Ordering
fn cmp(&self, other: &ARRAY_INFO) -> 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 ARRAY_INFO
impl PartialEq for ARRAY_INFO
Source§impl PartialOrd for ARRAY_INFO
impl PartialOrd for ARRAY_INFO
impl Copy for ARRAY_INFO
impl Eq for ARRAY_INFO
impl StructuralPartialEq for ARRAY_INFO
Auto Trait Implementations§
impl Freeze for ARRAY_INFO
impl RefUnwindSafe for ARRAY_INFO
impl !Send for ARRAY_INFO
impl !Sync for ARRAY_INFO
impl Unpin for ARRAY_INFO
impl UnwindSafe for ARRAY_INFO
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