pub struct AeronNetworkPublicationEntry { /* private fields */ }
Implementations§
source§impl AeronNetworkPublicationEntry
impl AeronNetworkPublicationEntry
pub fn new(publication: &AeronNetworkPublication) -> Result<Self, AeronCError>
pub fn new_zeroed() -> Result<Self, AeronCError>
pub fn publication(&self) -> AeronNetworkPublication
pub fn get_inner(&self) -> *mut aeron_network_publication_entry_t
Trait Implementations§
source§impl Clone for AeronNetworkPublicationEntry
impl Clone for AeronNetworkPublicationEntry
source§fn clone(&self) -> AeronNetworkPublicationEntry
fn clone(&self) -> AeronNetworkPublicationEntry
Returns a copy 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 AeronNetworkPublicationEntry
impl Debug for AeronNetworkPublicationEntry
source§impl Default for AeronNetworkPublicationEntry
impl Default for AeronNetworkPublicationEntry
This will create an instance where the struct is zeroed, use with care
source§impl Deref for AeronNetworkPublicationEntry
impl Deref for AeronNetworkPublicationEntry
source§impl From<&AeronNetworkPublicationEntry> for *mut aeron_network_publication_entry_t
impl From<&AeronNetworkPublicationEntry> for *mut aeron_network_publication_entry_t
source§fn from(value: &AeronNetworkPublicationEntry) -> Self
fn from(value: &AeronNetworkPublicationEntry) -> Self
Converts to this type from the input type.
source§impl From<*const aeron_network_publication_entry_stct> for AeronNetworkPublicationEntry
impl From<*const aeron_network_publication_entry_stct> for AeronNetworkPublicationEntry
source§fn from(value: *const aeron_network_publication_entry_t) -> Self
fn from(value: *const aeron_network_publication_entry_t) -> Self
Converts to this type from the input type.
source§impl From<*mut aeron_network_publication_entry_stct> for AeronNetworkPublicationEntry
impl From<*mut aeron_network_publication_entry_stct> for AeronNetworkPublicationEntry
source§fn from(value: *mut aeron_network_publication_entry_t) -> Self
fn from(value: *mut aeron_network_publication_entry_t) -> Self
Converts to this type from the input type.
source§impl From<AeronNetworkPublicationEntry> for *mut aeron_network_publication_entry_t
impl From<AeronNetworkPublicationEntry> for *mut aeron_network_publication_entry_t
source§fn from(value: AeronNetworkPublicationEntry) -> Self
fn from(value: AeronNetworkPublicationEntry) -> Self
Converts to this type from the input type.
source§impl From<AeronNetworkPublicationEntry> for aeron_network_publication_entry_t
impl From<AeronNetworkPublicationEntry> for aeron_network_publication_entry_t
source§fn from(value: AeronNetworkPublicationEntry) -> Self
fn from(value: AeronNetworkPublicationEntry) -> Self
Converts to this type from the input type.
source§impl From<aeron_network_publication_entry_stct> for AeronNetworkPublicationEntry
impl From<aeron_network_publication_entry_stct> for AeronNetworkPublicationEntry
source§fn from(value: aeron_network_publication_entry_t) -> Self
fn from(value: aeron_network_publication_entry_t) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for AeronNetworkPublicationEntry
impl !RefUnwindSafe for AeronNetworkPublicationEntry
impl !Send for AeronNetworkPublicationEntry
impl !Sync for AeronNetworkPublicationEntry
impl Unpin for AeronNetworkPublicationEntry
impl !UnwindSafe for AeronNetworkPublicationEntry
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)