Struct enet_sys::ENetBuffer[][src]

#[repr(C)]
pub struct ENetBuffer { pub data: *mut c_void, pub dataLength: usize, }

Fields

Trait Implementations

impl Copy for ENetBuffer
[src]

impl Clone for ENetBuffer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for ENetBuffer

impl !Sync for ENetBuffer