Struct rin::blender::scene_data::lamp::Lamp[][src]

pub struct Lamp {
Show fields pub name: ObjectId, pub ty: LightType, pub transformations: Transformations, pub color: AlphaColor<f32, Rgb<f32, LinearRgb>>, pub strength: f32, pub att_constant: f32, pub att_linear: f32, pub att_quadratic: f32, pub size: f32, pub angle: Deg<f32>, pub spot_blend: f32, pub shadowmap_type: ShadowMapType, pub shadow_frustum_size: Option<f32>, pub shadow_bufsize: u16, pub shadow_near_clip: f32, pub shadow_far_clip: Option<f32>, pub shadow_bias: f32, pub shadow_contact: bool, pub custom_properties: Vec<Property, Global>, pub visible: bool,
}

Fields

name: ObjectIdty: LightTypetransformations: Transformationscolor: AlphaColor<f32, Rgb<f32, LinearRgb>>strength: f32att_constant: f32att_linear: f32att_quadratic: f32size: f32angle: Deg<f32>spot_blend: f32shadowmap_type: ShadowMapTypeshadow_frustum_size: Option<f32>shadow_bufsize: u16shadow_near_clip: f32shadow_far_clip: Option<f32>shadow_bias: f32shadow_contact: boolcustom_properties: Vec<Property, Global>visible: bool

Trait Implementations

impl Clone for Lamp[src]

impl Debug for Lamp[src]

impl<'de> Deserialize<'de> for Lamp[src]

impl Serialize for Lamp[src]

Auto Trait Implementations

impl RefUnwindSafe for Lamp

impl Send for Lamp

impl Sync for Lamp

impl Unpin for Lamp

impl UnwindSafe for Lamp

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Any for T where
    T: Any
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Downcast for T where
    T: Any
[src]

impl<T> DowncastSync for T where
    T: Any + Send + Sync
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<V> IntoPnt<V> for V[src]

impl<V> IntoVec<V> for V[src]

impl<T> Pointable for T[src]

type Init = T

The type for initializers.

impl<T> Same<T> for T[src]

type Output = T

Should always be Self

impl<T> Serialize for T where
    T: Serialize + ?Sized
[src]

impl<SS, SP> SupersetOf<SS> for SP where
    SS: SubsetOf<SP>, 
[src]

impl<SS, SP> SupersetOf<SS> for SP where
    SS: SubsetOf<SP>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]