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