Home
last modified time | relevance | path

Searched defs:SelfRelativeSecurityDescriptor (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/crosvm/win_util/src/
H A Dsecurity_attributes.rs384 pub struct SelfRelativeSecurityDescriptor { struct
389 impl Drop for SelfRelativeSecurityDescriptor { argument
396 impl Clone for SelfRelativeSecurityDescriptor { implementation
423 impl TryFrom<AbsoluteSecurityDescriptor> for SelfRelativeSecurityDescriptor { implementation
490 impl SelfRelativeSecurityDescriptor { impl
509 impl SecurityDescriptor for SelfRelativeSecurityDescriptor { implementation
517 unsafe impl Send for SelfRelativeSecurityDescriptor {} implementation
520 unsafe impl Sync for SelfRelativeSecurityDescriptor {} implementation