#[repr(C)]pub struct tGammaRange {
pub iMin: INT,
pub iMax: INT,
}Fields§
§iMin: INT§iMax: INTTrait Implementations§
Source§impl Clone for tGammaRange
impl Clone for tGammaRange
Source§fn clone(&self) -> tGammaRange
fn clone(&self) -> tGammaRange
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 tGammaRange
impl Debug for tGammaRange
Source§impl Default for tGammaRange
impl Default for tGammaRange
Source§fn default() -> tGammaRange
fn default() -> tGammaRange
Returns the “default value” for a type. Read more
impl Copy for tGammaRange
Auto Trait Implementations§
impl Freeze for tGammaRange
impl RefUnwindSafe for tGammaRange
impl Send for tGammaRange
impl Sync for tGammaRange
impl Unpin for tGammaRange
impl UnwindSafe for tGammaRange
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