Struct classicube_sys::BoxDesc
source · #[repr(C)]pub struct BoxDesc {}
Fields§
§texX: cc_uint16
§texY: cc_uint16
§sizeX: cc_uint8
§sizeY: cc_uint8
§sizeZ: cc_uint8
§x1: f32
§y1: f32
§z1: f32
§x2: f32
§y2: f32
§z2: f32
§rotX: f32
§rotY: f32
§rotZ: f32
Implementations§
Trait Implementations§
source§impl PartialEq for BoxDesc
impl PartialEq for BoxDesc
impl Copy for BoxDesc
impl StructuralPartialEq for BoxDesc
Auto Trait Implementations§
impl Freeze for BoxDesc
impl RefUnwindSafe for BoxDesc
impl Send for BoxDesc
impl Sync for BoxDesc
impl Unpin for BoxDesc
impl UnwindSafe for BoxDesc
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
)