#[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 duplicate 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
impl Copy 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