Struct MC_COLOR_TEMPERATURE
#[repr(transparent)]pub struct MC_COLOR_TEMPERATURE(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for MC_COLOR_TEMPERATURE
impl Clone for MC_COLOR_TEMPERATURE
§fn clone(&self) -> MC_COLOR_TEMPERATURE
fn clone(&self) -> MC_COLOR_TEMPERATURE
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 more§impl Debug for MC_COLOR_TEMPERATURE
impl Debug for MC_COLOR_TEMPERATURE
§impl Default for MC_COLOR_TEMPERATURE
impl Default for MC_COLOR_TEMPERATURE
§fn default() -> MC_COLOR_TEMPERATURE
fn default() -> MC_COLOR_TEMPERATURE
Returns the “default value” for a type. Read more
§impl PartialEq for MC_COLOR_TEMPERATURE
impl PartialEq for MC_COLOR_TEMPERATURE
impl Copy for MC_COLOR_TEMPERATURE
impl Eq for MC_COLOR_TEMPERATURE
impl StructuralPartialEq for MC_COLOR_TEMPERATURE
Auto Trait Implementations§
impl Freeze for MC_COLOR_TEMPERATURE
impl RefUnwindSafe for MC_COLOR_TEMPERATURE
impl Send for MC_COLOR_TEMPERATURE
impl Sync for MC_COLOR_TEMPERATURE
impl Unpin for MC_COLOR_TEMPERATURE
impl UnwindSafe for MC_COLOR_TEMPERATURE
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