Struct SPRULE
#[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 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