pub struct BeamWaist(/* private fields */);Expand description
Beam Waist ($w_0$). Minimum radius of Gaussian beam. Unit: Meters. Constraint: > 0.
Implementations§
Trait Implementations§
Source§impl PartialOrd for BeamWaist
impl PartialOrd for BeamWaist
impl Copy for BeamWaist
impl StructuralPartialEq for BeamWaist
Auto Trait Implementations§
impl Freeze for BeamWaist
impl RefUnwindSafe for BeamWaist
impl Send for BeamWaist
impl Sync for BeamWaist
impl Unpin for BeamWaist
impl UnwindSafe for BeamWaist
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