pub struct ButtonTemplateEntry {
pub instance: u32,
pub button_type: ButtonType,
}Expand description
One physical position in a station button template.
Fields§
§instance: u32Trait Implementations§
Source§impl Clone for ButtonTemplateEntry
impl Clone for ButtonTemplateEntry
Source§fn clone(&self) -> ButtonTemplateEntry
fn clone(&self) -> ButtonTemplateEntry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ButtonTemplateEntry
Source§impl Debug for ButtonTemplateEntry
impl Debug for ButtonTemplateEntry
impl Eq for ButtonTemplateEntry
Source§impl PartialEq for ButtonTemplateEntry
impl PartialEq for ButtonTemplateEntry
impl StructuralPartialEq for ButtonTemplateEntry
Auto Trait Implementations§
impl Freeze for ButtonTemplateEntry
impl RefUnwindSafe for ButtonTemplateEntry
impl Send for ButtonTemplateEntry
impl Sync for ButtonTemplateEntry
impl Unpin for ButtonTemplateEntry
impl UnsafeUnpin for ButtonTemplateEntry
impl UnwindSafe for ButtonTemplateEntry
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