pub struct CoachLayoutGridSize {
pub x: i32,
pub y: i32,
}Fields§
§x: i32§y: i32Implementations§
Source§impl CoachLayoutGridSize
impl CoachLayoutGridSize
pub fn new(x: i32, y: i32) -> CoachLayoutGridSize
Trait Implementations§
Source§impl Clone for CoachLayoutGridSize
impl Clone for CoachLayoutGridSize
Source§fn clone(&self) -> CoachLayoutGridSize
fn clone(&self) -> CoachLayoutGridSize
Returns a duplicate 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 CoachLayoutGridSize
impl Debug for CoachLayoutGridSize
Source§impl Default for CoachLayoutGridSize
impl Default for CoachLayoutGridSize
Source§fn default() -> CoachLayoutGridSize
fn default() -> CoachLayoutGridSize
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CoachLayoutGridSize
impl<'de> Deserialize<'de> for CoachLayoutGridSize
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for CoachLayoutGridSize
impl PartialEq for CoachLayoutGridSize
Source§impl Serialize for CoachLayoutGridSize
impl Serialize for CoachLayoutGridSize
impl StructuralPartialEq for CoachLayoutGridSize
Auto Trait Implementations§
impl Freeze for CoachLayoutGridSize
impl RefUnwindSafe for CoachLayoutGridSize
impl Send for CoachLayoutGridSize
impl Sync for CoachLayoutGridSize
impl Unpin for CoachLayoutGridSize
impl UnwindSafe for CoachLayoutGridSize
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