Struct windows_native::ntpsapi::PS_TRUSTLET_ATTRIBUTE_DATA
source ยท #[repr(C)]pub struct PS_TRUSTLET_ATTRIBUTE_DATA {
pub Header: PS_TRUSTLET_ATTRIBUTE_HEADER,
pub Data: [u64; 1],
}Fieldsยง
ยงHeader: PS_TRUSTLET_ATTRIBUTE_HEADERยงData: [u64; 1]Trait Implementationsยง
sourceยงimpl Debug for PS_TRUSTLET_ATTRIBUTE_DATA
impl Debug for PS_TRUSTLET_ATTRIBUTE_DATA
Auto Trait Implementationsยง
impl RefUnwindSafe for PS_TRUSTLET_ATTRIBUTE_DATA
impl Send for PS_TRUSTLET_ATTRIBUTE_DATA
impl Sync for PS_TRUSTLET_ATTRIBUTE_DATA
impl Unpin for PS_TRUSTLET_ATTRIBUTE_DATA
impl UnwindSafe for PS_TRUSTLET_ATTRIBUTE_DATA
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