Struct GET_TEB_ADDRESS
#[repr(C)]pub struct GET_TEB_ADDRESS {
pub Address: u64,
}
Fields§
§Address: u64
Trait Implementations§
§impl Clone for GET_TEB_ADDRESS
impl Clone for GET_TEB_ADDRESS
§fn clone(&self) -> GET_TEB_ADDRESS
fn clone(&self) -> GET_TEB_ADDRESS
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 GET_TEB_ADDRESS
Auto Trait Implementations§
impl Freeze for GET_TEB_ADDRESS
impl RefUnwindSafe for GET_TEB_ADDRESS
impl Send for GET_TEB_ADDRESS
impl Sync for GET_TEB_ADDRESS
impl Unpin for GET_TEB_ADDRESS
impl UnwindSafe for GET_TEB_ADDRESS
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