Struct urweb::uw_Basis_blob [] [src]

#[repr(C)]
pub struct uw_Basis_blob { pub size: usize, pub data: *mut c_char, }

Fields

Trait Implementations

impl Debug for uw_Basis_blob
[src]

Formats the value using the given formatter.

impl Copy for uw_Basis_blob
[src]

impl Clone for uw_Basis_blob
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more