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

Trait Implementations

impl Clone for xucred
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for xucred
[src]

Auto Trait Implementations

impl Send for xucred

impl Sync for xucred