#[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
impl Copy for WCM_PROFILE_INFO_LIST
Auto Trait Implementations§
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