Struct simics_api_sys::bindings::uint32_array_t
source · #[repr(C)]pub struct uint32_array_t {
pub len: usize,
pub data: *mut uint32,
}
Expand description
Fields§
§len: usize
§data: *mut uint32
Trait Implementations§
source§impl Clone for uint32_array_t
impl Clone for uint32_array_t
source§fn clone(&self) -> uint32_array_t
fn clone(&self) -> uint32_array_t
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 uint32_array_t
impl Debug for uint32_array_t
source§impl Default for uint32_array_t
impl Default for uint32_array_t
source§impl Hash for uint32_array_t
impl Hash for uint32_array_t
source§impl Ord for uint32_array_t
impl Ord for uint32_array_t
source§fn cmp(&self, other: &uint32_array_t) -> Ordering
fn cmp(&self, other: &uint32_array_t) -> 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 uint32_array_t
impl PartialEq for uint32_array_t
source§impl PartialOrd for uint32_array_t
impl PartialOrd for uint32_array_t
impl Copy for uint32_array_t
impl Eq for uint32_array_t
impl StructuralPartialEq for uint32_array_t
Auto Trait Implementations§
impl Freeze for uint32_array_t
impl RefUnwindSafe for uint32_array_t
impl !Send for uint32_array_t
impl !Sync for uint32_array_t
impl Unpin for uint32_array_t
impl UnwindSafe for uint32_array_t
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)