Struct gdnative_visual_script::common::libc::xucred [−][src]
#[repr(C)]pub struct xucred { pub cr_version: u32, pub cr_uid: u32, pub cr_ngroups: i16, pub cr_groups: [u32; 16], }
Fields
cr_version: u32
cr_uid: u32
cr_ngroups: i16
cr_groups: [u32; 16]
Trait Implementations
impl Clone for xucred
[src]
impl Clone for xucred
fn clone(&self) -> xucred
[src]
fn clone(&self) -> xucred
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Copy for xucred
[src]
impl Copy for xucred