pub struct UgrTableValues {
pub crosswise: f64,
pub endwise: f64,
}Expand description
UGR table values for GLDF export
Fields§
§crosswise: f64UGR crosswise (C90) looking direction
endwise: f64UGR endwise (C0) looking direction
Trait Implementations§
Source§impl Clone for UgrTableValues
impl Clone for UgrTableValues
Source§fn clone(&self) -> UgrTableValues
fn clone(&self) -> UgrTableValues
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 UgrTableValues
impl Debug for UgrTableValues
Source§impl Default for UgrTableValues
impl Default for UgrTableValues
Source§fn default() -> UgrTableValues
fn default() -> UgrTableValues
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UgrTableValues
impl RefUnwindSafe for UgrTableValues
impl Send for UgrTableValues
impl Sync for UgrTableValues
impl Unpin for UgrTableValues
impl UnsafeUnpin for UgrTableValues
impl UnwindSafe for UgrTableValues
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