#[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,
}
Expand description
Required features: "Win32_Storage_FileSystem"
Fields
Version: u32
Reserved1: u32
LowestByteOffset: u64
HighestByteOffset: u64
AccessType: u32
AccessMode: u32
Trait 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more