pub struct GeneratingProcess {
pub process_type: u8,
pub background_process: u8,
pub process_id: u8,
}Fields§
§process_type: u8Type of generating process (see Code Table 4.3).
background_process: u8Background generating process identifier (defined by originating centre).
process_id: u8Analysis or forecast generating processes identifier (defined by originating centre).
Trait Implementations§
Source§impl Clone for GeneratingProcess
impl Clone for GeneratingProcess
Source§fn clone(&self) -> GeneratingProcess
fn clone(&self) -> GeneratingProcess
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 moreSource§impl Debug for GeneratingProcess
impl Debug for GeneratingProcess
Source§impl Dump for GeneratingProcess
impl Dump for GeneratingProcess
Source§impl PartialEq for GeneratingProcess
impl PartialEq for GeneratingProcess
impl StructuralPartialEq for GeneratingProcess
Source§impl TryFromSlice for GeneratingProcess
impl TryFromSlice for GeneratingProcess
Source§impl WriteToBuffer for GeneratingProcess
impl WriteToBuffer for GeneratingProcess
Auto Trait Implementations§
impl Freeze for GeneratingProcess
impl RefUnwindSafe for GeneratingProcess
impl Send for GeneratingProcess
impl Sync for GeneratingProcess
impl Unpin for GeneratingProcess
impl UnsafeUnpin for GeneratingProcess
impl UnwindSafe for GeneratingProcess
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