#[repr(C)]pub struct RscIdItemData {
pub h_mod: u32,
pub num_ids: u32,
pub p_resource_id_array: *mut u32,
}
Expand description
Item resource identification data
Fields§
§h_mod: u32
MVCI Handle ID
num_ids: u32
Number of IDs
p_resource_id_array: *mut u32
Pointer to list of resource IDs
Trait Implementations§
Source§impl Clone for RscIdItemData
impl Clone for RscIdItemData
Source§fn clone(&self) -> RscIdItemData
fn clone(&self) -> RscIdItemData
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 RscIdItemData
impl Debug for RscIdItemData
Source§impl Ord for RscIdItemData
impl Ord for RscIdItemData
Source§fn cmp(&self, other: &RscIdItemData) -> Ordering
fn cmp(&self, other: &RscIdItemData) -> 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 RscIdItemData
impl PartialEq for RscIdItemData
Source§impl PartialOrd for RscIdItemData
impl PartialOrd for RscIdItemData
impl Copy for RscIdItemData
impl Eq for RscIdItemData
impl StructuralPartialEq for RscIdItemData
Auto Trait Implementations§
impl Freeze for RscIdItemData
impl RefUnwindSafe for RscIdItemData
impl !Send for RscIdItemData
impl !Sync for RscIdItemData
impl Unpin for RscIdItemData
impl UnwindSafe for RscIdItemData
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