#[repr(C)]pub struct BULK_SECURITY_TEST_DATA {
pub DesiredAccess: ACCESS_MASK,
pub SecurityIds: [DWORD; 1],
}
Fields§
§DesiredAccess: ACCESS_MASK
§SecurityIds: [DWORD; 1]
Trait Implementations§
Source§impl Clone for BULK_SECURITY_TEST_DATA
impl Clone for BULK_SECURITY_TEST_DATA
Source§fn clone(&self) -> BULK_SECURITY_TEST_DATA
fn clone(&self) -> BULK_SECURITY_TEST_DATA
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for BULK_SECURITY_TEST_DATA
impl Debug for BULK_SECURITY_TEST_DATA
Source§impl Ord for BULK_SECURITY_TEST_DATA
impl Ord for BULK_SECURITY_TEST_DATA
Source§fn cmp(&self, other: &BULK_SECURITY_TEST_DATA) -> Ordering
fn cmp(&self, other: &BULK_SECURITY_TEST_DATA) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for BULK_SECURITY_TEST_DATA
impl PartialEq for BULK_SECURITY_TEST_DATA
Source§impl PartialOrd for BULK_SECURITY_TEST_DATA
impl PartialOrd for BULK_SECURITY_TEST_DATA
impl Copy for BULK_SECURITY_TEST_DATA
impl Eq for BULK_SECURITY_TEST_DATA
impl StructuralPartialEq for BULK_SECURITY_TEST_DATA
Auto Trait Implementations§
impl Freeze for BULK_SECURITY_TEST_DATA
impl RefUnwindSafe for BULK_SECURITY_TEST_DATA
impl Send for BULK_SECURITY_TEST_DATA
impl Sync for BULK_SECURITY_TEST_DATA
impl Unpin for BULK_SECURITY_TEST_DATA
impl UnwindSafe for BULK_SECURITY_TEST_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