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