pub struct ObsolescentDeliverySystem {
pub obsolescent_delivery_system_id: u32,
pub time_of_obsolescence_base: u64,
pub time_of_obsolescence_ext: u16,
}Expand description
An obsolescent delivery system entry in a cell fragment.
Fields§
§obsolescent_delivery_system_id: u32obsolescent_delivery_system_id (32 bits).
time_of_obsolescence_base: u64time_of_obsolescence_base (33 bits).
time_of_obsolescence_ext: u16time_of_obsolescence_ext (9 bits).
Trait Implementations§
Source§impl Clone for ObsolescentDeliverySystem
impl Clone for ObsolescentDeliverySystem
Source§fn clone(&self) -> ObsolescentDeliverySystem
fn clone(&self) -> ObsolescentDeliverySystem
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 ObsolescentDeliverySystem
impl Debug for ObsolescentDeliverySystem
impl Eq for ObsolescentDeliverySystem
Source§impl PartialEq for ObsolescentDeliverySystem
impl PartialEq for ObsolescentDeliverySystem
Source§fn eq(&self, other: &ObsolescentDeliverySystem) -> bool
fn eq(&self, other: &ObsolescentDeliverySystem) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ObsolescentDeliverySystem
Auto Trait Implementations§
impl Freeze for ObsolescentDeliverySystem
impl RefUnwindSafe for ObsolescentDeliverySystem
impl Send for ObsolescentDeliverySystem
impl Sync for ObsolescentDeliverySystem
impl Unpin for ObsolescentDeliverySystem
impl UnsafeUnpin for ObsolescentDeliverySystem
impl UnwindSafe for ObsolescentDeliverySystem
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