Struct RTL_SEGMENT_HEAP_MEMORY_SOURCE
#[repr(C)]pub struct RTL_SEGMENT_HEAP_MEMORY_SOURCE {
pub Flags: u32,
pub MemoryTypeMask: u32,
pub NumaNode: u32,
pub Anonymous: RTL_SEGMENT_HEAP_MEMORY_SOURCE_0,
pub Reserved: [usize; 2],
}
Fields§
§Flags: u32
§MemoryTypeMask: u32
§NumaNode: u32
§Anonymous: RTL_SEGMENT_HEAP_MEMORY_SOURCE_0
§Reserved: [usize; 2]
Trait Implementations§
§impl Clone for RTL_SEGMENT_HEAP_MEMORY_SOURCE
impl Clone for RTL_SEGMENT_HEAP_MEMORY_SOURCE
§fn clone(&self) -> RTL_SEGMENT_HEAP_MEMORY_SOURCE
fn clone(&self) -> RTL_SEGMENT_HEAP_MEMORY_SOURCE
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 RTL_SEGMENT_HEAP_MEMORY_SOURCE
Auto Trait Implementations§
impl Freeze for RTL_SEGMENT_HEAP_MEMORY_SOURCE
impl RefUnwindSafe for RTL_SEGMENT_HEAP_MEMORY_SOURCE
impl !Send for RTL_SEGMENT_HEAP_MEMORY_SOURCE
impl !Sync for RTL_SEGMENT_HEAP_MEMORY_SOURCE
impl Unpin for RTL_SEGMENT_HEAP_MEMORY_SOURCE
impl UnwindSafe for RTL_SEGMENT_HEAP_MEMORY_SOURCE
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