Trait solana_program::sysvar::instructions::__BitFlags
source · trait __BitFlags {
// Provided methods
fn NONE(&self) -> bool { ... }
fn IS_SIGNER(&self) -> bool { ... }
fn IS_WRITABLE(&self) -> bool { ... }
}