pub struct DetectorArray {
pub label: String,
pub detectors: Vec<Detector>,
pub coordinate_system: CoordinateSystem,
}Fields§
§label: String§detectors: Vec<Detector>§coordinate_system: CoordinateSystemAuto Trait Implementations§
impl Freeze for DetectorArray
impl RefUnwindSafe for DetectorArray
impl Send for DetectorArray
impl Sync for DetectorArray
impl Unpin for DetectorArray
impl UnsafeUnpin for DetectorArray
impl UnwindSafe for DetectorArray
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