[][src]Struct csound_sys::controlChannelHints_s

#[repr(C)]
pub struct controlChannelHints_s { pub behav: controlChannelBehavior, pub dflt: c_double, pub min: c_double, pub max: c_double, pub x: c_int, pub y: c_int, pub width: c_int, pub height: c_int, pub attributes: *mut c_char, }

Fields

behav: controlChannelBehaviordflt: c_doublemin: c_doublemax: c_doublex: c_inty: c_intwidth: c_intheight: c_intattributes: *mut c_char

This member must be set explicitly to NULL if not used

Trait Implementations

impl Copy for controlChannelHints_s[src]

impl Default for controlChannelHints_s[src]

impl Clone for controlChannelHints_s[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for controlChannelHints_s[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]