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