pub struct PdfInfo {
pub parton_id: [i32; 2],
pub x: [f64; 2],
pub scale: f64,
pub xf: [f64; 2],
pub pdf_id: [i32; 2],
}Expand description
PDF information
Fields§
§parton_id: [i32; 2]§x: [f64; 2]§scale: f64§xf: [f64; 2]§pdf_id: [i32; 2]Trait Implementations§
impl Copy for PdfInfo
Source§impl<'de> Deserialize<'de> for PdfInfo
impl<'de> Deserialize<'de> for PdfInfo
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialOrd for PdfInfo
impl PartialOrd for PdfInfo
impl StructuralPartialEq for PdfInfo
Auto Trait Implementations§
impl Freeze for PdfInfo
impl RefUnwindSafe for PdfInfo
impl Send for PdfInfo
impl Sync for PdfInfo
impl Unpin for PdfInfo
impl UnsafeUnpin for PdfInfo
impl UnwindSafe for PdfInfo
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