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