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