pub struct DeathscreenSpec {
pub set_camera_point_target: bool,
pub camera_point_target: v3f,
}
Fields§
§set_camera_point_target: bool
§camera_point_target: v3f
Trait Implementations§
Source§impl Clone for DeathscreenSpec
impl Clone for DeathscreenSpec
Source§fn clone(&self) -> DeathscreenSpec
fn clone(&self) -> DeathscreenSpec
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DeathscreenSpec
impl Debug for DeathscreenSpec
Source§impl Deserialize for DeathscreenSpec
impl Deserialize for DeathscreenSpec
Source§type Output = DeathscreenSpec
type Output = DeathscreenSpec
Output should be Self, except for wrapper types.
fn deserialize(deser: &mut Deserializer<'_>) -> DeserializeResult<Self>
Source§impl From<DeathscreenSpec> for ToClientCommand
impl From<DeathscreenSpec> for ToClientCommand
Source§fn from(value: DeathscreenSpec) -> Self
fn from(value: DeathscreenSpec) -> Self
Converts to this type from the input type.
Source§impl PartialEq for DeathscreenSpec
impl PartialEq for DeathscreenSpec
Source§impl Serialize for DeathscreenSpec
impl Serialize for DeathscreenSpec
type Input = DeathscreenSpec
fn serialize<S: Serializer>(value: &Self::Input, ser: &mut S) -> SerializeResult
impl StructuralPartialEq for DeathscreenSpec
Auto Trait Implementations§
impl Freeze for DeathscreenSpec
impl RefUnwindSafe for DeathscreenSpec
impl Send for DeathscreenSpec
impl Sync for DeathscreenSpec
impl Unpin for DeathscreenSpec
impl UnwindSafe for DeathscreenSpec
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