#[repr(C)]pub struct SPRULE {
pub pszRuleName: PCWSTR,
pub ulRuleId: u32,
pub dwAttributes: u32,
}
Fields§
§pszRuleName: PCWSTR
§ulRuleId: u32
§dwAttributes: u32
Trait Implementations§
impl Copy for SPRULE
impl Eq for SPRULE
impl StructuralPartialEq for SPRULE
Auto Trait Implementations§
impl Freeze for SPRULE
impl RefUnwindSafe for SPRULE
impl !Send for SPRULE
impl !Sync for SPRULE
impl Unpin for SPRULE
impl UnwindSafe for SPRULE
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)