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