pub struct CoachLayoutInternal {
pub icon: String,
pub mounting: Option<MountingType>,
pub coords: Box<LayoutCoordinates>,
}Fields§
§icon: StringValues from the Graphics Items Code List
mounting: Option<MountingType>§coords: Box<LayoutCoordinates>Implementations§
Source§impl CoachLayoutInternal
impl CoachLayoutInternal
pub fn new(icon: String, coords: LayoutCoordinates) -> CoachLayoutInternal
Trait Implementations§
Source§impl Clone for CoachLayoutInternal
impl Clone for CoachLayoutInternal
Source§fn clone(&self) -> CoachLayoutInternal
fn clone(&self) -> CoachLayoutInternal
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 CoachLayoutInternal
impl Debug for CoachLayoutInternal
Source§impl Default for CoachLayoutInternal
impl Default for CoachLayoutInternal
Source§fn default() -> CoachLayoutInternal
fn default() -> CoachLayoutInternal
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CoachLayoutInternal
impl<'de> Deserialize<'de> for CoachLayoutInternal
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 CoachLayoutInternal
impl PartialEq for CoachLayoutInternal
Source§impl Serialize for CoachLayoutInternal
impl Serialize for CoachLayoutInternal
impl StructuralPartialEq for CoachLayoutInternal
Auto Trait Implementations§
impl Freeze for CoachLayoutInternal
impl RefUnwindSafe for CoachLayoutInternal
impl Send for CoachLayoutInternal
impl Sync for CoachLayoutInternal
impl Unpin for CoachLayoutInternal
impl UnwindSafe for CoachLayoutInternal
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