pub struct RadianceSize(pub i64);Tuple Fields§
§0: i64Implementations§
Source§impl RadianceSize
impl RadianceSize
pub const _32: RadianceSize
pub const _64: RadianceSize
pub const _128: RadianceSize
pub const _256: RadianceSize
pub const _512: RadianceSize
pub const _1024: RadianceSize
pub const _2048: RadianceSize
pub const MAX: RadianceSize
Trait Implementations§
Source§impl Clone for RadianceSize
impl Clone for RadianceSize
Source§fn clone(&self) -> RadianceSize
fn clone(&self) -> RadianceSize
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 RadianceSize
impl Debug for RadianceSize
Source§impl From<i64> for RadianceSize
impl From<i64> for RadianceSize
Source§fn from(v: i64) -> RadianceSize
fn from(v: i64) -> RadianceSize
Converts to this type from the input type.
Source§impl FromVariant for RadianceSize
impl FromVariant for RadianceSize
fn from_variant(v: &Variant) -> Result<RadianceSize, FromVariantError>
Source§impl Hash for RadianceSize
impl Hash for RadianceSize
Source§impl Ord for RadianceSize
impl Ord for RadianceSize
Source§fn cmp(&self, other: &RadianceSize) -> Ordering
fn cmp(&self, other: &RadianceSize) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for RadianceSize
impl PartialEq for RadianceSize
Source§impl PartialOrd for RadianceSize
impl PartialOrd for RadianceSize
impl Copy for RadianceSize
impl Eq for RadianceSize
impl StructuralPartialEq for RadianceSize
Auto Trait Implementations§
impl Freeze for RadianceSize
impl RefUnwindSafe for RadianceSize
impl Send for RadianceSize
impl Sync for RadianceSize
impl Unpin for RadianceSize
impl UnwindSafe for RadianceSize
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.