Enum out123_sys::out123_propflags [] [src]

#[repr(C)]
pub enum out123_propflags { OUT123_PROP_LIVE, OUT123_PROP_PERSISTENT, }

Variants

Trait Implementations

impl Clone for out123_propflags
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for out123_propflags
[src]