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