Struct windows_sys::Win32::System::Ioctl::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
impl Copy for BULK_SECURITY_TEST_DATA
Auto Trait Implementations§
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