pub struct EyeOffsetSpec {
pub eye_offset_first: v3f,
pub eye_offset_third: v3f,
}
Fields§
§eye_offset_first: v3f
§eye_offset_third: v3f
Trait Implementations§
Source§impl Clone for EyeOffsetSpec
impl Clone for EyeOffsetSpec
Source§fn clone(&self) -> EyeOffsetSpec
fn clone(&self) -> EyeOffsetSpec
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 EyeOffsetSpec
impl Debug for EyeOffsetSpec
Source§impl Deserialize for EyeOffsetSpec
impl Deserialize for EyeOffsetSpec
Source§type Output = EyeOffsetSpec
type Output = EyeOffsetSpec
Output should be Self, except for wrapper types.
fn deserialize(deser: &mut Deserializer<'_>) -> DeserializeResult<Self>
Source§impl From<EyeOffsetSpec> for ToClientCommand
impl From<EyeOffsetSpec> for ToClientCommand
Source§fn from(value: EyeOffsetSpec) -> Self
fn from(value: EyeOffsetSpec) -> Self
Converts to this type from the input type.
Source§impl PartialEq for EyeOffsetSpec
impl PartialEq for EyeOffsetSpec
Source§impl Serialize for EyeOffsetSpec
impl Serialize for EyeOffsetSpec
type Input = EyeOffsetSpec
fn serialize<S: Serializer>(value: &Self::Input, ser: &mut S) -> SerializeResult
impl StructuralPartialEq for EyeOffsetSpec
Auto Trait Implementations§
impl Freeze for EyeOffsetSpec
impl RefUnwindSafe for EyeOffsetSpec
impl Send for EyeOffsetSpec
impl Sync for EyeOffsetSpec
impl Unpin for EyeOffsetSpec
impl UnwindSafe for EyeOffsetSpec
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