Struct cyclos_core::instruction::InitBitmapAccount
source · [−]pub struct InitBitmapAccount {
pub word_pos: i16,
}Expand description
Instruction.
Fields
word_pos: i16Trait Implementations
sourceimpl BorshDeserialize for InitBitmapAccount where
i16: BorshDeserialize,
impl BorshDeserialize for InitBitmapAccount where
i16: BorshDeserialize,
sourceimpl BorshSerialize for InitBitmapAccount where
i16: BorshSerialize,
impl BorshSerialize for InitBitmapAccount where
i16: BorshSerialize,
Auto Trait Implementations
impl RefUnwindSafe for InitBitmapAccount
impl Send for InitBitmapAccount
impl Sync for InitBitmapAccount
impl Unpin for InitBitmapAccount
impl UnwindSafe for InitBitmapAccount
Blanket Implementations
impl<T> AbiExample for T
impl<T> AbiExample for T
default fn example() -> T
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more