Struct winapi::um::winnt::TOKEN_OWNER
source · #[repr(C)]pub struct TOKEN_OWNER {
pub Owner: PSID,
}Fields§
§Owner: PSIDTrait Implementations§
source§impl Clone for TOKEN_OWNER
impl Clone for TOKEN_OWNER
source§fn clone(&self) -> TOKEN_OWNER
fn clone(&self) -> TOKEN_OWNER
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 more