Struct windows_native::ntpsapi::PS_ATTRIBUTE_LIST
source ยท #[repr(C)]pub struct PS_ATTRIBUTE_LIST {
pub TotalLength: usize,
pub Attributes: [PS_ATTRIBUTE; 1],
}Fieldsยง
ยงTotalLength: usizeยงAttributes: [PS_ATTRIBUTE; 1]Trait Implementationsยง
sourceยงimpl Debug for PS_ATTRIBUTE_LIST
impl Debug for PS_ATTRIBUTE_LIST
Auto Trait Implementationsยง
impl RefUnwindSafe for PS_ATTRIBUTE_LIST
impl !Send for PS_ATTRIBUTE_LIST
impl !Sync for PS_ATTRIBUTE_LIST
impl Unpin for PS_ATTRIBUTE_LIST
impl UnwindSafe for PS_ATTRIBUTE_LIST
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