#[repr(C)]pub struct HandleSecurity {
pub owner: IdentityTokenPtr,
pub identity: IdentityTokenPtr,
}
Expand description
This pair of tokens is used for identification.
Fields§
§owner: IdentityTokenPtr
Owner of the Handle
identity: IdentityTokenPtr
Owner of the Type
Implementations§
Source§impl HandleSecurity
impl HandleSecurity
pub fn new(owner: IdentityTokenPtr, identity: IdentityTokenPtr) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HandleSecurity
impl RefUnwindSafe for HandleSecurity
impl !Send for HandleSecurity
impl !Sync for HandleSecurity
impl Unpin for HandleSecurity
impl UnwindSafe for HandleSecurity
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