fn biggest() -> Self
fn size_of() -> usize
fn from_account(account: &Account) -> Option<Self>
fn to_account(&self, account: &mut Account) -> Option<()>
fn from_account_info(account: &AccountInfo) -> Option<Self>
fn to_account_info(&self, account: &mut AccountInfo) -> Option<()>
fn from_keyed_account(account: &KeyedAccount) -> Result<Self, InstructionError>
fn create_account(&self, lamports: u64) -> Account
impl Sysvar for Clock
[src]impl Sysvar for EpochSchedule
[src]impl Sysvar for Rent
[src]impl Sysvar for SlotHashes
[src]impl Sysvar for Fees
[src]impl Sysvar for RecentBlockhashes
[src]impl Sysvar for Rewards
[src]impl Sysvar for StakeHistory
[src]