#[repr(C)]pub struct VOLUME_GET_BC_PROPERTIES_INPUT {
pub Version: u32,
pub Reserved1: u32,
pub LowestByteOffset: u64,
pub HighestByteOffset: u64,
pub AccessType: u32,
pub AccessMode: u32,
}Fields§
§Version: u32§Reserved1: u32§LowestByteOffset: u64§HighestByteOffset: u64§AccessType: u32§AccessMode: u32Trait Implementations§
§impl Clone for VOLUME_GET_BC_PROPERTIES_INPUT
impl Clone for VOLUME_GET_BC_PROPERTIES_INPUT
impl Copy for VOLUME_GET_BC_PROPERTIES_INPUT
Auto Trait Implementations§
impl RefUnwindSafe for VOLUME_GET_BC_PROPERTIES_INPUT
impl Send for VOLUME_GET_BC_PROPERTIES_INPUT
impl Sync for VOLUME_GET_BC_PROPERTIES_INPUT
impl Unpin for VOLUME_GET_BC_PROPERTIES_INPUT
impl UnwindSafe for VOLUME_GET_BC_PROPERTIES_INPUT
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