Struct QCMINFO_IDMAP
#[repr(C)]pub struct QCMINFO_IDMAP {
pub nMaxIds: u32,
pub pIdList: [QCMINFO_IDMAP_PLACEMENT; 1],
}
Fields§
§nMaxIds: u32
§pIdList: [QCMINFO_IDMAP_PLACEMENT; 1]
Trait Implementations§
§impl Clone for QCMINFO_IDMAP
impl Clone for QCMINFO_IDMAP
§fn clone(&self) -> QCMINFO_IDMAP
fn clone(&self) -> QCMINFO_IDMAP
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 moreimpl Copy for QCMINFO_IDMAP
Auto Trait Implementations§
impl Freeze for QCMINFO_IDMAP
impl RefUnwindSafe for QCMINFO_IDMAP
impl Send for QCMINFO_IDMAP
impl Sync for QCMINFO_IDMAP
impl Unpin for QCMINFO_IDMAP
impl UnwindSafe for QCMINFO_IDMAP
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