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