#[repr(C)]pub struct RscStatusData {
pub item_type: PduIt,
pub num_entries: u32,
pub p_resource_status_data: *mut RscStatusItem,
}
Expand description
Resource status data
Fields§
§item_type: PduIt
Item type
num_entries: u32
Number of entries
p_resource_status_data: *mut RscStatusItem
Pointer to array of entries
Trait Implementations§
Source§impl Clone for RscStatusData
impl Clone for RscStatusData
Source§fn clone(&self) -> RscStatusData
fn clone(&self) -> RscStatusData
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 RscStatusData
impl Debug for RscStatusData
Source§impl Ord for RscStatusData
impl Ord for RscStatusData
Source§fn cmp(&self, other: &RscStatusData) -> Ordering
fn cmp(&self, other: &RscStatusData) -> 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 RscStatusData
impl PartialEq for RscStatusData
Source§impl PartialOrd for RscStatusData
impl PartialOrd for RscStatusData
impl Copy for RscStatusData
impl Eq for RscStatusData
impl StructuralPartialEq for RscStatusData
Auto Trait Implementations§
impl Freeze for RscStatusData
impl RefUnwindSafe for RscStatusData
impl !Send for RscStatusData
impl !Sync for RscStatusData
impl Unpin for RscStatusData
impl UnwindSafe for RscStatusData
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