pub struct PlayClickWindowButtonSpec {
pub window_id: i8,
pub button_id: i8,
}
Fields§
§window_id: i8
Trait Implementations§
Source§impl Clone for PlayClickWindowButtonSpec
impl Clone for PlayClickWindowButtonSpec
Source§fn clone(&self) -> PlayClickWindowButtonSpec
fn clone(&self) -> PlayClickWindowButtonSpec
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 PlayClickWindowButtonSpec
impl Debug for PlayClickWindowButtonSpec
Source§impl Deserialize for PlayClickWindowButtonSpec
impl Deserialize for PlayClickWindowButtonSpec
fn mc_deserialize(_rest: &[u8]) -> DeserializeResult<'_, Self>
Source§impl From<PlayClickWindowButtonSpec> for (i8, i8)
impl From<PlayClickWindowButtonSpec> for (i8, i8)
Source§fn from(other: PlayClickWindowButtonSpec) -> Self
fn from(other: PlayClickWindowButtonSpec) -> Self
Converts to this type from the input type.
Source§impl Serialize for PlayClickWindowButtonSpec
impl Serialize for PlayClickWindowButtonSpec
fn mc_serialize<S: Serializer>(&self, to: &mut S) -> SerializeResult
impl StructuralPartialEq for PlayClickWindowButtonSpec
Auto Trait Implementations§
impl Freeze for PlayClickWindowButtonSpec
impl RefUnwindSafe for PlayClickWindowButtonSpec
impl Send for PlayClickWindowButtonSpec
impl Sync for PlayClickWindowButtonSpec
impl Unpin for PlayClickWindowButtonSpec
impl UnwindSafe for PlayClickWindowButtonSpec
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