#[repr(C)]pub struct _HSD_LightPointDesc {
pub cutoff: f32_,
pub point_func: u8_,
pub ref_br: f32_,
pub ref_dist: f32_,
pub dist_func: u8_,
}Fields§
§cutoff: f32_§point_func: u8_§ref_br: f32_§ref_dist: f32_§dist_func: u8_Trait Implementations§
Source§impl Clone for _HSD_LightPointDesc
impl Clone for _HSD_LightPointDesc
Source§fn clone(&self) -> _HSD_LightPointDesc
fn clone(&self) -> _HSD_LightPointDesc
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 _HSD_LightPointDesc
impl Debug for _HSD_LightPointDesc
impl Copy for _HSD_LightPointDesc
Auto Trait Implementations§
impl Freeze for _HSD_LightPointDesc
impl RefUnwindSafe for _HSD_LightPointDesc
impl Send for _HSD_LightPointDesc
impl Sync for _HSD_LightPointDesc
impl Unpin for _HSD_LightPointDesc
impl UnwindSafe for _HSD_LightPointDesc
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