pub struct DisplayedSkinParts {
pub cape: bool,
pub jacket: bool,
pub left_sleeve: bool,
pub right_sleeve: bool,
pub left_pants_leg: bool,
pub right_pants_leg: bool,
pub hat: bool,
}Expand description
Отображаемые части скина
Fields§
§cape: bool§jacket: bool§left_sleeve: bool§right_sleeve: bool§left_pants_leg: bool§right_pants_leg: bool§hat: boolImplementations§
Trait Implementations§
Source§impl Buffer for DisplayedSkinParts
impl Buffer for DisplayedSkinParts
Source§impl Clone for DisplayedSkinParts
impl Clone for DisplayedSkinParts
Source§fn clone(&self) -> DisplayedSkinParts
fn clone(&self) -> DisplayedSkinParts
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DisplayedSkinParts
impl Debug for DisplayedSkinParts
Source§impl Default for DisplayedSkinParts
impl Default for DisplayedSkinParts
Source§impl PartialEq for DisplayedSkinParts
impl PartialEq for DisplayedSkinParts
Source§fn eq(&self, other: &DisplayedSkinParts) -> bool
fn eq(&self, other: &DisplayedSkinParts) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for DisplayedSkinParts
impl PartialOrd for DisplayedSkinParts
impl Copy for DisplayedSkinParts
impl StructuralPartialEq for DisplayedSkinParts
Auto Trait Implementations§
impl Freeze for DisplayedSkinParts
impl RefUnwindSafe for DisplayedSkinParts
impl Send for DisplayedSkinParts
impl Sync for DisplayedSkinParts
impl Unpin for DisplayedSkinParts
impl UnsafeUnpin for DisplayedSkinParts
impl UnwindSafe for DisplayedSkinParts
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