pub struct ProcThreadAttributeList<'a> {
attribute_list: Box<[MaybeUninit<u8>]>,
_lifetime_marker: PhantomData<&'a ()>,
}
🔬This is a nightly-only experimental API. (
windows_process_extensions_raw_attribute
#114854)Available on Windows only.
Expand description
A wrapper around windows ProcThreadAttributeList
.
Fields§
§attribute_list: Box<[MaybeUninit<u8>]>
🔬This is a nightly-only experimental API. (
§windows_process_extensions_raw_attribute
#114854)_lifetime_marker: PhantomData<&'a ()>
🔬This is a nightly-only experimental API. (
windows_process_extensions_raw_attribute
#114854)Implementations§
Source§impl<'a> ProcThreadAttributeList<'a>
impl<'a> ProcThreadAttributeList<'a>
Sourcepub fn build() -> ProcThreadAttributeListBuilder<'a>
🔬This is a nightly-only experimental API. (windows_process_extensions_raw_attribute
#114854)
pub fn build() -> ProcThreadAttributeListBuilder<'a>
windows_process_extensions_raw_attribute
#114854)Creates a new builder for constructing a ProcThreadAttributeList
.
Trait Implementations§
Source§impl<'a> Debug for ProcThreadAttributeList<'a>
impl<'a> Debug for ProcThreadAttributeList<'a>
Source§impl<'a> Drop for ProcThreadAttributeList<'a>
impl<'a> Drop for ProcThreadAttributeList<'a>
Source§fn drop(&mut self)
fn drop(&mut self)
Deletes the attribute list.
This method calls DeleteProcThreadAttributeList
to delete the
underlying attribute list.
Auto Trait Implementations§
impl<'a> Freeze for ProcThreadAttributeList<'a>
impl<'a> RefUnwindSafe for ProcThreadAttributeList<'a>
impl<'a> Send for ProcThreadAttributeList<'a>
impl<'a> Sync for ProcThreadAttributeList<'a>
impl<'a> Unpin for ProcThreadAttributeList<'a>
impl<'a> UnwindSafe for ProcThreadAttributeList<'a>
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
Source§impl<T> SizedTypeProperties for T
impl<T> SizedTypeProperties for T
Source§#[doc(hidden)] const IS_ZST: bool = _
#[doc(hidden)] const IS_ZST: bool = _
🔬This is a nightly-only experimental API. (
sized_type_properties
)Source§#[doc(hidden)] const LAYOUT: Layout = _
#[doc(hidden)] const LAYOUT: Layout = _
🔬This is a nightly-only experimental API. (
sized_type_properties
)Source§#[doc(hidden)] const MAX_SLICE_LEN: usize = _
#[doc(hidden)] const MAX_SLICE_LEN: usize = _
🔬This is a nightly-only experimental API. (
sized_type_properties
)The largest safe length for a
[Self]
. Read more