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