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