[][src]Struct mextk_sys::CollLineInfo

#[repr(C)]pub struct CollLineInfo {
    pub vert_prev: s16,
    pub vert_next: s16,
    pub line_prev: s16,
    pub line_next: s16,
    pub line_prev_altgroup: s16,
    pub line_next_altgroup: s16,
    pub xc: u8_,
    pub _bitfield_1: __BindgenBitfieldUnit<[u8; 2], u8>,
    pub material: u8_,
}

Fields

vert_prev: s16vert_next: s16line_prev: s16line_next: s16line_prev_altgroup: s16line_next_altgroup: s16xc: u8__bitfield_1: __BindgenBitfieldUnit<[u8; 2], u8>material: u8_

Implementations

impl CollLineInfo[src]

pub fn xd_1(&self) -> u8_[src]

pub fn set_xd_1(&mut self, val: u8_)[src]

pub fn xd_2(&self) -> u8_[src]

pub fn set_xd_2(&mut self, val: u8_)[src]

pub fn xd_3(&self) -> u8_[src]

pub fn set_xd_3(&mut self, val: u8_)[src]

pub fn disabled(&self) -> u8_[src]

pub fn set_disabled(&mut self, val: u8_)[src]

pub fn is_left(&self) -> u8_[src]

pub fn set_is_left(&mut self, val: u8_)[src]

pub fn is_right(&self) -> u8_[src]

pub fn set_is_right(&mut self, val: u8_)[src]

pub fn is_ceil(&self) -> u8_[src]

pub fn set_is_ceil(&mut self, val: u8_)[src]

pub fn is_floor(&self) -> u8_[src]

pub fn set_is_floor(&mut self, val: u8_)[src]

pub fn xe_1(&self) -> u8_[src]

pub fn set_xe_1(&mut self, val: u8_)[src]

pub fn xe_2(&self) -> u8_[src]

pub fn set_xe_2(&mut self, val: u8_)[src]

pub fn xe_3(&self) -> u8_[src]

pub fn set_xe_3(&mut self, val: u8_)[src]

pub fn xe_4(&self) -> u8_[src]

pub fn set_xe_4(&mut self, val: u8_)[src]

pub fn xe_5(&self) -> u8_[src]

pub fn set_xe_5(&mut self, val: u8_)[src]

pub fn is_drop(&self) -> u8_[src]

pub fn set_is_drop(&mut self, val: u8_)[src]

pub fn is_ledge(&self) -> u8_[src]

pub fn set_is_ledge(&mut self, val: u8_)[src]

pub fn is_unk(&self) -> u8_[src]

pub fn set_is_unk(&mut self, val: u8_)[src]

pub fn new_bitfield_1(
    xd_1: u8_,
    xd_2: u8_,
    xd_3: u8_,
    disabled: u8_,
    is_left: u8_,
    is_right: u8_,
    is_ceil: u8_,
    is_floor: u8_,
    xe_1: u8_,
    xe_2: u8_,
    xe_3: u8_,
    xe_4: u8_,
    xe_5: u8_,
    is_drop: u8_,
    is_ledge: u8_,
    is_unk: u8_
) -> __BindgenBitfieldUnit<[u8; 2], u8>
[src]

Trait Implementations

impl Clone for CollLineInfo[src]

impl Copy for CollLineInfo[src]

impl Debug for CollLineInfo[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, 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.