Struct dsnp_graph_sdk_ffi::Config
source · #[repr(C)]pub struct Config {
pub sdk_max_stale_friendship_days: u32,
pub max_graph_page_size_bytes: u32,
pub max_page_id: u32,
pub max_key_page_size_bytes: u32,
pub schema_map_len: size_t,
pub schema_map: *mut SchemaConfigTuple,
pub graph_public_key_schema_id: SchemaId,
pub dsnp_versions_len: size_t,
pub dsnp_versions: *mut DsnpVersion,
}
Expand description
dsnp_graph_config::Config
type
Fields§
§sdk_max_stale_friendship_days: u32
§max_graph_page_size_bytes: u32
§max_page_id: u32
§max_key_page_size_bytes: u32
§schema_map_len: size_t
§schema_map: *mut SchemaConfigTuple
§graph_public_key_schema_id: SchemaId
§dsnp_versions_len: size_t
§dsnp_versions: *mut DsnpVersion
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Config
impl !Send for Config
impl !Sync for Config
impl Unpin for Config
impl UnwindSafe for Config
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