Struct classicube_sys::_DrawerData
source ·
[−]#[repr(C)]pub struct _DrawerData {
pub Tinted: cc_bool,
pub TintCol: PackedCol,
pub MinBB: Vec3,
pub MaxBB: Vec3,
pub X1: f32,
pub Y1: f32,
pub Z1: f32,
pub X2: f32,
pub Y2: f32,
pub Z2: f32,
}Fields
Tinted: cc_boolTintCol: PackedColMinBB: Vec3MaxBB: Vec3X1: f32Y1: f32Z1: f32X2: f32Y2: f32Z2: f32Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for _DrawerData
impl Send for _DrawerData
impl Sync for _DrawerData
impl Unpin for _DrawerData
impl UnwindSafe for _DrawerData
Blanket Implementations
Mutably borrows from an owned value. Read more
