Struct SI_ACCESS
#[repr(C)]pub struct SI_ACCESS {
pub pguid: *const GUID,
pub mask: u32,
pub pszName: PCWSTR,
pub dwFlags: u32,
}
Fields§
§pguid: *const GUID
§mask: u32
§pszName: PCWSTR
§dwFlags: u32
Trait Implementations§
impl Copy for SI_ACCESS
impl StructuralPartialEq for SI_ACCESS
Auto Trait Implementations§
impl Freeze for SI_ACCESS
impl RefUnwindSafe for SI_ACCESS
impl !Send for SI_ACCESS
impl !Sync for SI_ACCESS
impl Unpin for SI_ACCESS
impl UnwindSafe for SI_ACCESS
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