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