pub struct NewDeliverySystem {
pub new_delivery_system_id: u32,
pub time_of_application_base: u64,
pub time_of_application_ext: u16,
}Expand description
A new delivery system entry in a cell fragment.
Fields§
§new_delivery_system_id: u32new_delivery_system_id (32 bits).
time_of_application_base: u64time_of_application_base (33 bits).
time_of_application_ext: u16time_of_application_ext (9 bits).
Trait Implementations§
Source§impl Clone for NewDeliverySystem
impl Clone for NewDeliverySystem
Source§fn clone(&self) -> NewDeliverySystem
fn clone(&self) -> NewDeliverySystem
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 NewDeliverySystem
impl Debug for NewDeliverySystem
impl Eq for NewDeliverySystem
Source§impl PartialEq for NewDeliverySystem
impl PartialEq for NewDeliverySystem
Source§fn eq(&self, other: &NewDeliverySystem) -> bool
fn eq(&self, other: &NewDeliverySystem) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for NewDeliverySystem
impl Serialize for NewDeliverySystem
impl StructuralPartialEq for NewDeliverySystem
Auto Trait Implementations§
impl Freeze for NewDeliverySystem
impl RefUnwindSafe for NewDeliverySystem
impl Send for NewDeliverySystem
impl Sync for NewDeliverySystem
impl Unpin for NewDeliverySystem
impl UnsafeUnpin for NewDeliverySystem
impl UnwindSafe for NewDeliverySystem
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