Struct libvex_sys::FxState [] [src]

#[repr(C)]
pub struct FxState { pub fx: u16, pub offset: UShort, pub size: UShort, pub nRepeats: UChar, pub repeatLen: UChar, }

Fields

Trait Implementations

impl Copy for FxState
[src]

impl Clone for FxState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for FxState
[src]

Returns the "default value" for a type. Read more