Type Alias enet_sys::fsid_t

source ·
pub type fsid_t = __fsid_t;

Aliased Type§

struct fsid_t {
    pub __val: [i32; 2],
}

Fields§

§__val: [i32; 2]

Trait Implementations§

source§

impl Clone for __fsid_t

source§

fn clone(&self) -> __fsid_t

Returns a copy of the value. Read more
1.0.0 · source§

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

Performs copy-assignment from source. Read more
source§

impl Copy for __fsid_t