pub struct EnvDetailController {
pub angles: Angles,
pub fademaxdist: u16,
pub fademindist: u16,
pub origin: Vector,
}Fields§
§angles: Angles§fademaxdist: u16§fademindist: u16§origin: VectorTrait Implementations§
Source§impl Clone for EnvDetailController
impl Clone for EnvDetailController
Source§fn clone(&self) -> EnvDetailController
fn clone(&self) -> EnvDetailController
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 EnvDetailController
impl Debug for EnvDetailController
Source§impl<'de> Deserialize<'de> for EnvDetailController
impl<'de> Deserialize<'de> for EnvDetailController
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for EnvDetailController
impl RefUnwindSafe for EnvDetailController
impl Send for EnvDetailController
impl Sync for EnvDetailController
impl Unpin for EnvDetailController
impl UnwindSafe for EnvDetailController
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