Struct ProcThreadAttributeList

struct ProcThreadAttributeList<'a> { ... }

A wrapper around windows ProcThreadAttributeList.

Implementations

impl<'a> ProcThreadAttributeList<'a>

fn build() -> ProcThreadAttributeListBuilder<'a>

Creates a new builder for constructing a ProcThreadAttributeList.

impl<'a> Debug for ProcThreadAttributeList<'a>

fn fmt(self: &Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result

impl<'a> Drop for ProcThreadAttributeList<'a>

fn drop(self: &mut Self)

Deletes the attribute list.

This method calls DeleteProcThreadAttributeList to delete the underlying attribute list.

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>

impl<T> Any for ProcThreadAttributeList<'a>

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for ProcThreadAttributeList<'a>

fn borrow(self: &Self) -> &T

impl<T> BorrowMut for ProcThreadAttributeList<'a>

fn borrow_mut(self: &mut Self) -> &mut T

impl<T> From for ProcThreadAttributeList<'a>

fn from(t: T) -> T

Returns the argument unchanged.

impl<T, U> Into for ProcThreadAttributeList<'a>

fn into(self: Self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

impl<T, U> TryFrom for ProcThreadAttributeList<'a>

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

impl<T, U> TryInto for ProcThreadAttributeList<'a>

fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>