#[repr(C)]pub struct MixedLightingMode {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl MixedLightingMode
impl MixedLightingMode
pub fn indirect_only() -> Self
pub fn shadowmask() -> Self
pub fn subtractive() -> Self
Trait Implementations§
Source§impl ClassIdentity for MixedLightingMode
impl ClassIdentity for MixedLightingMode
Source§impl Clone for MixedLightingMode
impl Clone for MixedLightingMode
Source§fn clone(&self) -> MixedLightingMode
fn clone(&self) -> MixedLightingMode
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MixedLightingMode
impl Debug for MixedLightingMode
Source§impl PartialEq for MixedLightingMode
impl PartialEq for MixedLightingMode
impl Copy for MixedLightingMode
impl Eq for MixedLightingMode
impl StructuralPartialEq for MixedLightingMode
Auto Trait Implementations§
impl Freeze for MixedLightingMode
impl RefUnwindSafe for MixedLightingMode
impl Send for MixedLightingMode
impl Sync for MixedLightingMode
impl Unpin for MixedLightingMode
impl UnwindSafe for MixedLightingMode
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)