#[repr(C)]pub struct ARBITER_RETEST_ALLOCATION_PARAMETERS {
pub ArbitrationList: *mut LIST_ENTRY,
pub AllocateFromCount: u32,
pub AllocateFrom: *mut CM_PARTIAL_RESOURCE_DESCRIPTOR,
}
Expand description
Required features: "Win32_System_Kernel"
Fields§
§ArbitrationList: *mut LIST_ENTRY
§AllocateFromCount: u32
§AllocateFrom: *mut CM_PARTIAL_RESOURCE_DESCRIPTOR
Trait Implementations§
impl Copy for ARBITER_RETEST_ALLOCATION_PARAMETERS
Auto Trait Implementations§
impl RefUnwindSafe for ARBITER_RETEST_ALLOCATION_PARAMETERS
impl !Send for ARBITER_RETEST_ALLOCATION_PARAMETERS
impl !Sync for ARBITER_RETEST_ALLOCATION_PARAMETERS
impl Unpin for ARBITER_RETEST_ALLOCATION_PARAMETERS
impl UnwindSafe for ARBITER_RETEST_ALLOCATION_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