pub struct PcbImage {
pub at: Option<[f64; 2]>,
pub layer: Option<String>,
pub scale: Option<f64>,
pub uuid: Option<String>,
pub locked: bool,
pub data: Option<String>,
}Fields§
§at: Option<[f64; 2]>§layer: Option<String>§scale: Option<f64>§uuid: Option<String>§locked: bool§data: Option<String>Trait Implementations§
impl StructuralPartialEq for PcbImage
Auto Trait Implementations§
impl Freeze for PcbImage
impl RefUnwindSafe for PcbImage
impl Send for PcbImage
impl Sync for PcbImage
impl Unpin for PcbImage
impl UnsafeUnpin for PcbImage
impl UnwindSafe for PcbImage
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