#[repr(C)]pub struct CM_FULL_RESOURCE_DESCRIPTOR {
pub InterfaceType: INTERFACE_TYPE,
pub BusNumber: u32,
pub PartialResourceList: CM_PARTIAL_RESOURCE_LIST,
}
Fields§
§InterfaceType: INTERFACE_TYPE
§BusNumber: u32
§PartialResourceList: CM_PARTIAL_RESOURCE_LIST
Trait Implementations§
§impl Clone for CM_FULL_RESOURCE_DESCRIPTOR
impl Clone for CM_FULL_RESOURCE_DESCRIPTOR
impl Copy for CM_FULL_RESOURCE_DESCRIPTOR
Auto Trait Implementations§
impl RefUnwindSafe for CM_FULL_RESOURCE_DESCRIPTOR
impl Send for CM_FULL_RESOURCE_DESCRIPTOR
impl Sync for CM_FULL_RESOURCE_DESCRIPTOR
impl Unpin for CM_FULL_RESOURCE_DESCRIPTOR
impl UnwindSafe for CM_FULL_RESOURCE_DESCRIPTOR
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