#[repr(C)]pub struct REFS_DEALLOCATE_RANGES_INPUT_BUFFER {
pub RangeCount: u32,
pub Ranges: [REFS_DEALLOCATE_RANGES_RANGE; 1],
}
Fields§
§RangeCount: u32
§Ranges: [REFS_DEALLOCATE_RANGES_RANGE; 1]
Trait Implementations§
impl Copy for REFS_DEALLOCATE_RANGES_INPUT_BUFFER
Auto Trait Implementations§
impl RefUnwindSafe for REFS_DEALLOCATE_RANGES_INPUT_BUFFER
impl Send for REFS_DEALLOCATE_RANGES_INPUT_BUFFER
impl Sync for REFS_DEALLOCATE_RANGES_INPUT_BUFFER
impl Unpin for REFS_DEALLOCATE_RANGES_INPUT_BUFFER
impl UnwindSafe for REFS_DEALLOCATE_RANGES_INPUT_BUFFER
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