Struct newt_sys::newtComponent_struct[][src]

#[repr(C)]
pub struct newtComponent_struct { /* fields omitted */ }

Trait Implementations

impl Debug for newtComponent_struct
[src]

Formats the value using the given formatter. Read more

impl Copy for newtComponent_struct
[src]

impl Clone for newtComponent_struct
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations