pub struct ProcThreadAttributeList<'a> { /* private fields */ }
🔬This is a nightly-only experimental API. (
windows_process_extensions_raw_attribute
#114854)Available on Windows only.
Expand description
A wrapper around windows ProcThreadAttributeList
.
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