pub struct SlideObjectHeight {
pub old_z: i32,
pub new_z: i32,
}
Fields§
§old_z: i32
§new_z: i32
Trait Implementations§
Source§impl Clone for SlideObjectHeight
impl Clone for SlideObjectHeight
Source§fn clone(&self) -> SlideObjectHeight
fn clone(&self) -> SlideObjectHeight
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 SlideObjectHeight
impl Debug for SlideObjectHeight
Source§impl Default for SlideObjectHeight
impl Default for SlideObjectHeight
Source§fn default() -> SlideObjectHeight
fn default() -> SlideObjectHeight
Returns the “default value” for a type. Read more
Source§impl PacketVariable for SlideObjectHeight
impl PacketVariable for SlideObjectHeight
Source§impl PartialEq for SlideObjectHeight
impl PartialEq for SlideObjectHeight
impl Eq for SlideObjectHeight
impl StructuralPartialEq for SlideObjectHeight
Auto Trait Implementations§
impl Freeze for SlideObjectHeight
impl RefUnwindSafe for SlideObjectHeight
impl Send for SlideObjectHeight
impl Sync for SlideObjectHeight
impl Unpin for SlideObjectHeight
impl UnwindSafe for SlideObjectHeight
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