#[repr(C)]pub struct _FSCTL_QUERY_REGION_INFO_INPUT {
pub Version: DWORD,
pub Size: DWORD,
pub Flags: DWORD,
pub NumberOfTierIds: DWORD,
pub TierIds: [GUID; 1],
}Fields§
§Version: DWORD§Size: DWORD§Flags: DWORD§NumberOfTierIds: DWORD§TierIds: [GUID; 1]Trait Implementations§
Source§impl Clone for _FSCTL_QUERY_REGION_INFO_INPUT
impl Clone for _FSCTL_QUERY_REGION_INFO_INPUT
Source§fn clone(&self) -> _FSCTL_QUERY_REGION_INFO_INPUT
fn clone(&self) -> _FSCTL_QUERY_REGION_INFO_INPUT
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for _FSCTL_QUERY_REGION_INFO_INPUT
Auto Trait Implementations§
impl Freeze for _FSCTL_QUERY_REGION_INFO_INPUT
impl RefUnwindSafe for _FSCTL_QUERY_REGION_INFO_INPUT
impl Send for _FSCTL_QUERY_REGION_INFO_INPUT
impl Sync for _FSCTL_QUERY_REGION_INFO_INPUT
impl Unpin for _FSCTL_QUERY_REGION_INFO_INPUT
impl UnwindSafe for _FSCTL_QUERY_REGION_INFO_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