Struct enet_sys::_ENetListNode[][src]

#[repr(C)]
pub struct _ENetListNode { pub next: *mut _ENetListNode, pub previous: *mut _ENetListNode, }

Fields

Trait Implementations

impl Copy for _ENetListNode
[src]

impl Clone for _ENetListNode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for _ENetListNode

impl !Sync for _ENetListNode