Struct faithe::types::free_types::VIRTUAL_FREE_TYPE
[−]#[repr(transparent)]pub struct VIRTUAL_FREE_TYPE(pub u32);
Expand description
Required features: "Win32_System_Memory"
Tuple Fields
0: u32
Trait Implementations
impl Clone for VIRTUAL_FREE_TYPE
impl Clone for VIRTUAL_FREE_TYPE
fn clone(&self) -> VIRTUAL_FREE_TYPE
fn clone(&self) -> VIRTUAL_FREE_TYPE
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Debug for VIRTUAL_FREE_TYPE
impl Debug for VIRTUAL_FREE_TYPE
impl Default for VIRTUAL_FREE_TYPE
impl Default for VIRTUAL_FREE_TYPE
fn default() -> VIRTUAL_FREE_TYPE
fn default() -> VIRTUAL_FREE_TYPE
Returns the “default value” for a type. Read more
impl PartialEq<VIRTUAL_FREE_TYPE> for VIRTUAL_FREE_TYPE
impl PartialEq<VIRTUAL_FREE_TYPE> for VIRTUAL_FREE_TYPE
fn eq(&self, other: &VIRTUAL_FREE_TYPE) -> bool
fn eq(&self, other: &VIRTUAL_FREE_TYPE) -> bool
impl Copy for VIRTUAL_FREE_TYPE
impl Eq for VIRTUAL_FREE_TYPE
impl StructuralEq for VIRTUAL_FREE_TYPE
impl StructuralPartialEq for VIRTUAL_FREE_TYPE
Auto Trait Implementations
impl RefUnwindSafe for VIRTUAL_FREE_TYPE
impl Send for VIRTUAL_FREE_TYPE
impl Sync for VIRTUAL_FREE_TYPE
impl Unpin for VIRTUAL_FREE_TYPE
impl UnwindSafe for VIRTUAL_FREE_TYPE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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