Struct BULK_SECURITY_TEST_DATA
#[repr(C)]pub struct BULK_SECURITY_TEST_DATA {
pub DesiredAccess: u32,
pub SecurityIds: [u32; 1],
}
Fields§
§DesiredAccess: u32
§SecurityIds: [u32; 1]
Trait Implementations§
§impl Clone for BULK_SECURITY_TEST_DATA
impl Clone for BULK_SECURITY_TEST_DATA
§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 moreimpl 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