#[repr(C)]pub struct BSLightingShaderProperty;
Trait Implementations§
Source§impl Debug for BSLightingShaderProperty
impl Debug for BSLightingShaderProperty
Source§impl RefCountable for BSLightingShaderProperty
impl RefCountable for BSLightingShaderProperty
Source§fn inc_ref_count(&self)
fn inc_ref_count(&self)
Increment ref count
Source§fn dec_ref_count(&mut self)
fn dec_ref_count(&mut self)
Decrement ref count
Auto Trait Implementations§
impl Freeze for BSLightingShaderProperty
impl RefUnwindSafe for BSLightingShaderProperty
impl Send for BSLightingShaderProperty
impl Sync for BSLightingShaderProperty
impl Unpin for BSLightingShaderProperty
impl UnwindSafe for BSLightingShaderProperty
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