#[repr(C)]pub struct TOKEN_USER {
pub User: SID_AND_ATTRIBUTES,
}Fields§
§User: SID_AND_ATTRIBUTESTrait Implementations§
Source§impl Abi for TOKEN_USER
impl Abi for TOKEN_USER
Source§type Abi = TOKEN_USER
type Abi = TOKEN_USER
The abi representation of the implementing type. Read more
type DefaultType = TOKEN_USER
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for TOKEN_USER
impl Clone for TOKEN_USER
Source§fn clone(&self) -> TOKEN_USER
fn clone(&self) -> TOKEN_USER
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TOKEN_USER
Source§impl Debug for TOKEN_USER
impl Debug for TOKEN_USER
Source§impl Default for TOKEN_USER
impl Default for TOKEN_USER
impl Eq for TOKEN_USER
Auto Trait Implementations§
impl Freeze for TOKEN_USER
impl RefUnwindSafe for TOKEN_USER
impl Send for TOKEN_USER
impl Sync for TOKEN_USER
impl Unpin for TOKEN_USER
impl UnsafeUnpin for TOKEN_USER
impl UnwindSafe for TOKEN_USER
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