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