Struct solana_program::native_token::Mln
source · pub struct Mln(pub u64);
Tuple Fields§
§0: u64
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Mln
impl Send for Mln
impl Sync for Mln
impl Unpin for Mln
impl UnwindSafe for Mln
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