Struct enet_sys::_ENetListNode [] [src]

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

Fields

Trait Implementations

impl Debug for _ENetListNode
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for _ENetListNode
[src]

impl Clone for _ENetListNode
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for _ENetListNode

impl !Sync for _ENetListNode