pub struct ShellLocalFrame {
pub x: [f64; 3],
pub y: [f64; 3],
pub z: [f64; 3],
pub area_m2: f64,
}Fields§
§x: [f64; 3]§y: [f64; 3]§z: [f64; 3]§area_m2: f64Trait Implementations§
Source§impl Clone for ShellLocalFrame
impl Clone for ShellLocalFrame
Source§fn clone(&self) -> ShellLocalFrame
fn clone(&self) -> ShellLocalFrame
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ShellLocalFrame
Source§impl Debug for ShellLocalFrame
impl Debug for ShellLocalFrame
Source§impl PartialEq for ShellLocalFrame
impl PartialEq for ShellLocalFrame
impl StructuralPartialEq for ShellLocalFrame
Auto Trait Implementations§
impl Freeze for ShellLocalFrame
impl RefUnwindSafe for ShellLocalFrame
impl Send for ShellLocalFrame
impl Sync for ShellLocalFrame
impl Unpin for ShellLocalFrame
impl UnsafeUnpin for ShellLocalFrame
impl UnwindSafe for ShellLocalFrame
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