#[repr(C)]pub struct AUTHZ_SOURCE_SCHEMA_REGISTRATION {
pub dwFlags: u32,
pub szEventSourceName: PWSTR,
pub szEventMessageFile: PWSTR,
pub szEventSourceXmlSchemaFile: PWSTR,
pub szEventAccessStringsFile: PWSTR,
pub szExecutableImagePath: PWSTR,
pub Anonymous: AUTHZ_SOURCE_SCHEMA_REGISTRATION_0,
pub dwObjectTypeNameCount: u32,
pub ObjectTypeNames: [AUTHZ_REGISTRATION_OBJECT_TYPE_NAME_OFFSET; 1],
}
Fields§
§dwFlags: u32
§szEventSourceName: PWSTR
§szEventMessageFile: PWSTR
§szEventSourceXmlSchemaFile: PWSTR
§szEventAccessStringsFile: PWSTR
§szExecutableImagePath: PWSTR
§Anonymous: AUTHZ_SOURCE_SCHEMA_REGISTRATION_0
§dwObjectTypeNameCount: u32
§ObjectTypeNames: [AUTHZ_REGISTRATION_OBJECT_TYPE_NAME_OFFSET; 1]
Trait Implementations§
§impl Clone for AUTHZ_SOURCE_SCHEMA_REGISTRATION
impl Clone for AUTHZ_SOURCE_SCHEMA_REGISTRATION
§fn clone(&self) -> AUTHZ_SOURCE_SCHEMA_REGISTRATION
fn clone(&self) -> AUTHZ_SOURCE_SCHEMA_REGISTRATION
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for AUTHZ_SOURCE_SCHEMA_REGISTRATION
Auto Trait Implementations§
impl Freeze for AUTHZ_SOURCE_SCHEMA_REGISTRATION
impl RefUnwindSafe for AUTHZ_SOURCE_SCHEMA_REGISTRATION
impl !Send for AUTHZ_SOURCE_SCHEMA_REGISTRATION
impl !Sync for AUTHZ_SOURCE_SCHEMA_REGISTRATION
impl Unpin for AUTHZ_SOURCE_SCHEMA_REGISTRATION
impl UnwindSafe for AUTHZ_SOURCE_SCHEMA_REGISTRATION
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
)