#[repr(C)]pub struct C4CollectionObservation {
pub numChanges: u32,
pub external: bool,
pub collection: *mut C4Collection,
}Expand description
A struct to hold the results of a call to \ref c4dbobs_getChanges
Fields§
§numChanges: u32§external: bool§collection: *mut C4CollectionTrait Implementations§
Source§impl Clone for C4CollectionObservation
impl Clone for C4CollectionObservation
Source§fn clone(&self) -> C4CollectionObservation
fn clone(&self) -> C4CollectionObservation
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for C4CollectionObservation
impl Debug for C4CollectionObservation
impl Copy for C4CollectionObservation
Auto Trait Implementations§
impl Freeze for C4CollectionObservation
impl RefUnwindSafe for C4CollectionObservation
impl !Send for C4CollectionObservation
impl !Sync for C4CollectionObservation
impl Unpin for C4CollectionObservation
impl UnwindSafe for C4CollectionObservation
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