Struct g_rust::extension::parsers::subparsers::SlideObjectHeight
source · 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<SlideObjectHeight> for SlideObjectHeight
impl PartialEq<SlideObjectHeight> for SlideObjectHeight
source§fn eq(&self, other: &SlideObjectHeight) -> bool
fn eq(&self, other: &SlideObjectHeight) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for SlideObjectHeight
impl StructuralEq for SlideObjectHeight
impl StructuralPartialEq for SlideObjectHeight
Auto Trait Implementations§
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