Struct ntapi::ntpsapi::PROCESS_LDT_SIZE
source · [−]#[repr(C)]pub struct PROCESS_LDT_SIZE {
pub Length: ULONG,
}
Fields
Length: ULONG
Trait Implementations
sourceimpl Clone for PROCESS_LDT_SIZE
impl Clone for PROCESS_LDT_SIZE
sourcefn clone(&self) -> PROCESS_LDT_SIZE
fn clone(&self) -> PROCESS_LDT_SIZE
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for PROCESS_LDT_SIZE
Auto Trait Implementations
impl RefUnwindSafe for PROCESS_LDT_SIZE
impl Send for PROCESS_LDT_SIZE
impl Sync for PROCESS_LDT_SIZE
impl Unpin for PROCESS_LDT_SIZE
impl UnwindSafe for PROCESS_LDT_SIZE
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