#[repr(C)]pub struct _ACTIVATION_CONTEXT_GUID_SECTION_HASH_TABLE {
pub BucketTableEntryCount: ULONG,
pub BucketTableOffset: ULONG,
}Fields§
§BucketTableEntryCount: ULONG§BucketTableOffset: ULONGTrait Implementations§
Source§impl Clone for _ACTIVATION_CONTEXT_GUID_SECTION_HASH_TABLE
impl Clone for _ACTIVATION_CONTEXT_GUID_SECTION_HASH_TABLE
Source§fn clone(&self) -> _ACTIVATION_CONTEXT_GUID_SECTION_HASH_TABLE
fn clone(&self) -> _ACTIVATION_CONTEXT_GUID_SECTION_HASH_TABLE
Returns a duplicate 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 moreSource§impl Default for _ACTIVATION_CONTEXT_GUID_SECTION_HASH_TABLE
impl Default for _ACTIVATION_CONTEXT_GUID_SECTION_HASH_TABLE
Source§fn default() -> _ACTIVATION_CONTEXT_GUID_SECTION_HASH_TABLE
fn default() -> _ACTIVATION_CONTEXT_GUID_SECTION_HASH_TABLE
Returns the “default value” for a type. Read more
impl Copy for _ACTIVATION_CONTEXT_GUID_SECTION_HASH_TABLE
Auto Trait Implementations§
impl Freeze for _ACTIVATION_CONTEXT_GUID_SECTION_HASH_TABLE
impl RefUnwindSafe for _ACTIVATION_CONTEXT_GUID_SECTION_HASH_TABLE
impl Send for _ACTIVATION_CONTEXT_GUID_SECTION_HASH_TABLE
impl Sync for _ACTIVATION_CONTEXT_GUID_SECTION_HASH_TABLE
impl Unpin for _ACTIVATION_CONTEXT_GUID_SECTION_HASH_TABLE
impl UnwindSafe for _ACTIVATION_CONTEXT_GUID_SECTION_HASH_TABLE
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