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