#[repr(packed)]
pub struct OpenOrders { pub account_flags: u64, pub market: [u64; 4], pub owner: [u64; 4], pub native_coin_free: u64, pub native_coin_total: u64, pub native_pc_free: u64, pub native_pc_total: u64, pub free_slot_bits: u128, pub is_bid_bits: u128, pub orders: [u128; 128], pub client_order_ids: [u64; 128], pub referrer_rebates_accrued: u64, }

Fields

account_flags: u64market: [u64; 4]owner: [u64; 4]native_coin_free: u64native_coin_total: u64native_pc_free: u64native_pc_total: u64free_slot_bits: u128is_bid_bits: u128orders: [u128; 128]client_order_ids: [u64; 128]referrer_rebates_accrued: u64

Implementations

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.