Struct windows_sys::Win32::System::Ioctl::BULK_SECURITY_TEST_DATA
[−]Expand description
Required features: ‘Win32_System_Ioctl’
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more