#[repr(C)]pub struct ExchangeField {
pub is_null: bool,
pub ExchangeID: String,
pub ExchangeName: String,
pub ExchangeProperty: u8,
}
Fields§
§is_null: bool
§ExchangeID: String
§ExchangeName: String
§ExchangeProperty: u8
Trait Implementations§
Source§impl Clone for ExchangeField
impl Clone for ExchangeField
Source§impl Debug for ExchangeField
impl Debug for ExchangeField
Source§impl Default for ExchangeField
impl Default for ExchangeField
Source§impl ExternType for ExchangeField
impl ExternType 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