Struct ntapi::ntpsapi::PS_ATTRIBUTE
source · [−]#[repr(C)]pub struct PS_ATTRIBUTE {
pub Attribute: ULONG_PTR,
pub Size: SIZE_T,
pub u: PS_ATTRIBUTE_u,
pub ReturnLength: PSIZE_T,
}
Fields
Attribute: ULONG_PTR
Size: SIZE_T
u: PS_ATTRIBUTE_u
ReturnLength: PSIZE_T
Trait Implementations
sourceimpl Clone for PS_ATTRIBUTE
impl Clone for PS_ATTRIBUTE
sourcefn clone(&self) -> PS_ATTRIBUTE
fn clone(&self) -> PS_ATTRIBUTE
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
Auto Trait Implementations
impl RefUnwindSafe for PS_ATTRIBUTE
impl !Send for PS_ATTRIBUTE
impl !Sync for PS_ATTRIBUTE
impl Unpin for PS_ATTRIBUTE
impl UnwindSafe for PS_ATTRIBUTE
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