Struct dsnp_graph_sdk_ffi::GraphUpdates
source · #[repr(C)]pub struct GraphUpdates {
pub updates: *mut Update,
pub updates_len: usize,
}
Expand description
Output type for dsnp_graph_core::dsnp::api_types::Update
Fields§
§updates: *mut Update
§updates_len: usize
Auto Trait Implementations§
impl RefUnwindSafe for GraphUpdates
impl !Send for GraphUpdates
impl !Sync for GraphUpdates
impl Unpin for GraphUpdates
impl UnwindSafe for GraphUpdates
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