#[repr(C)]pub struct _CLUSTER_RANGE {
pub StartingCluster: LARGE_INTEGER,
pub ClusterCount: LARGE_INTEGER,
}
Fields§
§StartingCluster: LARGE_INTEGER
§ClusterCount: LARGE_INTEGER
Trait Implementations§
Source§impl Clone for _CLUSTER_RANGE
impl Clone for _CLUSTER_RANGE
Source§fn clone(&self) -> _CLUSTER_RANGE
fn clone(&self) -> _CLUSTER_RANGE
Returns a copy 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 _CLUSTER_RANGE
Auto Trait Implementations§
impl Freeze for _CLUSTER_RANGE
impl RefUnwindSafe for _CLUSTER_RANGE
impl Send for _CLUSTER_RANGE
impl Sync for _CLUSTER_RANGE
impl Unpin for _CLUSTER_RANGE
impl UnwindSafe for _CLUSTER_RANGE
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