#[repr(C)]pub struct ARBITER_QUERY_ALLOCATED_RESOURCES_PARAMETERS {
pub AllocatedResources: *mut *mut CM_PARTIAL_RESOURCE_LIST,
}
Fields§
§AllocatedResources: *mut *mut CM_PARTIAL_RESOURCE_LIST
Trait Implementations§
impl Copy for ARBITER_QUERY_ALLOCATED_RESOURCES_PARAMETERS
Auto Trait Implementations§
impl RefUnwindSafe for ARBITER_QUERY_ALLOCATED_RESOURCES_PARAMETERS
impl !Send for ARBITER_QUERY_ALLOCATED_RESOURCES_PARAMETERS
impl !Sync for ARBITER_QUERY_ALLOCATED_RESOURCES_PARAMETERS
impl Unpin for ARBITER_QUERY_ALLOCATED_RESOURCES_PARAMETERS
impl UnwindSafe for ARBITER_QUERY_ALLOCATED_RESOURCES_PARAMETERS
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