Struct ntapi::ntpsapi::PS_ATTRIBUTE_LIST
source · [−]#[repr(C)]pub struct PS_ATTRIBUTE_LIST {
pub TotalLength: SIZE_T,
pub Attributes: [PS_ATTRIBUTE; 1],
}
Fields
TotalLength: SIZE_T
Attributes: [PS_ATTRIBUTE; 1]
Trait Implementations
sourceimpl Clone for PS_ATTRIBUTE_LIST
impl Clone for PS_ATTRIBUTE_LIST
sourcefn clone(&self) -> PS_ATTRIBUTE_LIST
fn clone(&self) -> PS_ATTRIBUTE_LIST
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more