[][src]Struct clips_sys::defmessageHandler

#[repr(C)]
pub struct defmessageHandler {
    pub header: ConstructHeader,
    pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>,
    pub busy: c_uint,
    pub cls: *mut Defclass,
    pub minParams: c_ushort,
    pub maxParams: c_ushort,
    pub localVarCount: c_ushort,
    pub actions: *mut Expression,
}

Fields

header: ConstructHeader_bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>busy: c_uintcls: *mut DefclassminParams: c_ushortmaxParams: c_ushortlocalVarCount: c_ushortactions: *mut Expression

Methods

impl defmessageHandler[src]

pub fn system(&self) -> c_uint[src]

pub fn set_system(&mut self, val: c_uint)[src]

pub fn type_(&self) -> c_uint[src]

pub fn set_type(&mut self, val: c_uint)[src]

pub fn mark(&self) -> c_uint[src]

pub fn set_mark(&mut self, val: c_uint)[src]

pub fn trace(&self) -> c_uint[src]

pub fn set_trace(&mut self, val: c_uint)[src]

pub fn new_bitfield_1(
    system: c_uint,
    type_: c_uint,
    mark: c_uint,
    trace: c_uint
) -> __BindgenBitfieldUnit<[u8; 1], u8>
[src]

Trait Implementations

impl Clone for defmessageHandler[src]

impl Copy for defmessageHandler[src]

impl Debug for defmessageHandler[src]

impl Default for defmessageHandler[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

impl<T> From<T> for T[src]

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

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

type Owned = T

The resulting type after obtaining ownership.

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.