#[repr(C)]pub struct DECAL_DATA_DATA {
pub decalMinWidth: f32,
pub decalMaxWidth: f32,
pub decalMinHeight: f32,
pub decalMaxHeight: f32,
pub depth: f32,
pub shininess: f32,
pub parallaxScale: f32,
pub parallaxPasses: i8,
pub flags: u8,
pub pad1E: u16,
pub color: Color,
}
Fields§
§decalMinWidth: f32
§decalMaxWidth: f32
§decalMinHeight: f32
§decalMaxHeight: f32
§depth: f32
§shininess: f32
§parallaxScale: f32
§parallaxPasses: i8
§flags: u8
§pad1E: u16
§color: Color
Trait Implementations§
Source§impl Clone for DECAL_DATA_DATA
impl Clone for DECAL_DATA_DATA
Source§fn clone(&self) -> DECAL_DATA_DATA
fn clone(&self) -> DECAL_DATA_DATA
Returns a copy 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 DECAL_DATA_DATA
impl Debug for DECAL_DATA_DATA
Source§impl PartialEq for DECAL_DATA_DATA
impl PartialEq for DECAL_DATA_DATA
impl StructuralPartialEq for DECAL_DATA_DATA
Auto Trait Implementations§
impl Freeze for DECAL_DATA_DATA
impl RefUnwindSafe for DECAL_DATA_DATA
impl Send for DECAL_DATA_DATA
impl Sync for DECAL_DATA_DATA
impl Unpin for DECAL_DATA_DATA
impl UnwindSafe for DECAL_DATA_DATA
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