Struct dsnp_graph_sdk_ffi::PageData
source · #[repr(C)]pub struct PageData {
pub page_id: PageId,
pub content: *mut u8,
pub content_len: size_t,
pub content_hash: PageHash,
}
Expand description
dsnp_graph_core::dsnp::api_types::PageData
type
Fields§
§page_id: PageId
§content: *mut u8
§content_len: size_t
§content_hash: PageHash
Auto Trait Implementations§
impl RefUnwindSafe for PageData
impl !Send for PageData
impl !Sync for PageData
impl Unpin for PageData
impl UnwindSafe for PageData
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