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_bool
§TintCol: PackedCol
§MinBB: Vec3
§MaxBB: Vec3
§X1: f32
§Y1: f32
§Z1: f32
§X2: f32
§Y2: f32
§Z2: f32
Trait Implementations§
source§impl Clone for _DrawerData
impl Clone for _DrawerData
source§fn clone(&self) -> _DrawerData
fn clone(&self) -> _DrawerData
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for _DrawerData
impl Debug for _DrawerData
source§impl PartialEq for _DrawerData
impl PartialEq for _DrawerData
source§fn eq(&self, other: &_DrawerData) -> bool
fn eq(&self, other: &_DrawerData) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for _DrawerData
impl StructuralPartialEq for _DrawerData
Auto Trait Implementations§
impl Freeze for _DrawerData
impl RefUnwindSafe for _DrawerData
impl Send for _DrawerData
impl Sync for _DrawerData
impl Unpin for _DrawerData
impl UnwindSafe for _DrawerData
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)