pub struct RPC_SID {
pub Revision: u8,
pub IdentifierAuthority: RPC_SID_IDENTIFIER_AUTHORITY,
pub SubAuthority: Vec<u32>,
}Expand description
typedef struct _RPC_SID { unsigned char Revision; unsigned char SubAuthorityCount; RPC_SID_IDENTIFIER_AUTHORITY IdentifierAuthority; [size_is(SubAuthorityCount)] unsigned long SubAuthority[]; } RPC_SID, *PRPC_S
Fields§
§Revision: u8§IdentifierAuthority: RPC_SID_IDENTIFIER_AUTHORITY§SubAuthority: Vec<u32>Trait Implementations§
impl StructuralPartialEq for RPC_SID
Auto Trait Implementations§
impl Freeze for RPC_SID
impl RefUnwindSafe for RPC_SID
impl Send for RPC_SID
impl Sync for RPC_SID
impl Unpin for RPC_SID
impl UnwindSafe for RPC_SID
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