#[repr(C)]pub struct DRTransferField {
pub is_null: bool,
pub OrigDRIdentityID: i32,
pub DestDRIdentityID: i32,
pub OrigBrokerID: String,
pub DestBrokerID: String,
}
Fields§
§is_null: bool
§OrigDRIdentityID: i32
§DestDRIdentityID: i32
§OrigBrokerID: String
§DestBrokerID: String
Trait Implementations§
Source§impl Clone for DRTransferField
impl Clone for DRTransferField
Source§impl Debug for DRTransferField
impl Debug for DRTransferField
Source§impl Default for DRTransferField
impl Default for DRTransferField
Source§impl ExternType for DRTransferField
impl ExternType for DRTransferField
Auto Trait Implementations§
impl Freeze for DRTransferField
impl RefUnwindSafe for DRTransferField
impl Send for DRTransferField
impl Sync for DRTransferField
impl Unpin for DRTransferField
impl UnwindSafe for DRTransferField
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