[go: up one dir, main page]

Struct sdl2::libc::ucred []

pub struct ucred {
    pub pid: i32,
    pub uid: u32,
    pub gid: u32,
}

Fields

pid: i32 uid: u32 gid: u32

Trait Implementations

impl Copy for ucred

impl Clone for ucred

fn clone(&self) -> ucred

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more