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