#[repr(C)]pub struct ExchangeField {
pub exchange_id: ExchangeIdType,
pub exchange_name: [u8; 61],
pub exchange_property: u8,
}
Fields§
§exchange_id: ExchangeIdType
§exchange_name: [u8; 61]
§exchange_property: u8
Trait Implementations§
Source§impl Clone for ExchangeField
impl Clone for ExchangeField
Source§fn clone(&self) -> ExchangeField
fn clone(&self) -> ExchangeField
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ExchangeField
impl Debug for ExchangeField
Auto Trait Implementations§
impl Freeze for ExchangeField
impl RefUnwindSafe for ExchangeField
impl Send for ExchangeField
impl Sync for ExchangeField
impl Unpin for ExchangeField
impl UnwindSafe for ExchangeField
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