#[repr(C)]pub struct LastRestartSlot {
pub last_restart_slot: u64,
}
Fields§
§last_restart_slot: u64
The last restart Slot
.
Trait Implementations§
Source§impl Clone for LastRestartSlot
impl Clone for LastRestartSlot
Source§impl Debug for LastRestartSlot
impl Debug for LastRestartSlot
Source§impl Default for LastRestartSlot
impl Default for LastRestartSlot
Source§fn default() -> LastRestartSlot
fn default() -> LastRestartSlot
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LastRestartSlot
impl<'de> Deserialize<'de> for LastRestartSlot
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 PartialEq for LastRestartSlot
impl PartialEq for LastRestartSlot
Source§impl Serialize for LastRestartSlot
impl Serialize for LastRestartSlot
Source§impl SysvarId for LastRestartSlot
Available on crate feature sysvar
only.
impl SysvarId for LastRestartSlot
Available on crate feature
sysvar
only.impl Eq for LastRestartSlot
impl StructuralPartialEq for LastRestartSlot
Auto Trait Implementations§
impl Freeze for LastRestartSlot
impl RefUnwindSafe for LastRestartSlot
impl Send for LastRestartSlot
impl Sync for LastRestartSlot
impl Unpin for LastRestartSlot
impl UnwindSafe for LastRestartSlot
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