pub struct AeronPublicationImageEntry { /* private fields */ }
Implementations§
source§impl AeronPublicationImageEntry
impl AeronPublicationImageEntry
pub fn new(image: &AeronPublicationImage) -> Result<Self, AeronCError>
pub fn new_zeroed() -> Result<Self, AeronCError>
pub fn image(&self) -> AeronPublicationImage
pub fn get_inner(&self) -> *mut aeron_publication_image_entry_t
Trait Implementations§
source§impl Clone for AeronPublicationImageEntry
impl Clone for AeronPublicationImageEntry
source§fn clone(&self) -> AeronPublicationImageEntry
fn clone(&self) -> AeronPublicationImageEntry
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 AeronPublicationImageEntry
impl Debug for AeronPublicationImageEntry
source§impl Default for AeronPublicationImageEntry
impl Default for AeronPublicationImageEntry
This will create an instance where the struct is zeroed, use with care
source§impl Deref for AeronPublicationImageEntry
impl Deref for AeronPublicationImageEntry
source§impl From<&AeronPublicationImageEntry> for *mut aeron_publication_image_entry_t
impl From<&AeronPublicationImageEntry> for *mut aeron_publication_image_entry_t
source§fn from(value: &AeronPublicationImageEntry) -> Self
fn from(value: &AeronPublicationImageEntry) -> Self
Converts to this type from the input type.
source§impl From<*const aeron_publication_image_entry_stct> for AeronPublicationImageEntry
impl From<*const aeron_publication_image_entry_stct> for AeronPublicationImageEntry
source§fn from(value: *const aeron_publication_image_entry_t) -> Self
fn from(value: *const aeron_publication_image_entry_t) -> Self
Converts to this type from the input type.
source§impl From<*mut aeron_publication_image_entry_stct> for AeronPublicationImageEntry
impl From<*mut aeron_publication_image_entry_stct> for AeronPublicationImageEntry
source§fn from(value: *mut aeron_publication_image_entry_t) -> Self
fn from(value: *mut aeron_publication_image_entry_t) -> Self
Converts to this type from the input type.
source§impl From<AeronPublicationImageEntry> for *mut aeron_publication_image_entry_t
impl From<AeronPublicationImageEntry> for *mut aeron_publication_image_entry_t
source§fn from(value: AeronPublicationImageEntry) -> Self
fn from(value: AeronPublicationImageEntry) -> Self
Converts to this type from the input type.
source§impl From<AeronPublicationImageEntry> for aeron_publication_image_entry_t
impl From<AeronPublicationImageEntry> for aeron_publication_image_entry_t
source§fn from(value: AeronPublicationImageEntry) -> Self
fn from(value: AeronPublicationImageEntry) -> Self
Converts to this type from the input type.
source§impl From<aeron_publication_image_entry_stct> for AeronPublicationImageEntry
impl From<aeron_publication_image_entry_stct> for AeronPublicationImageEntry
source§fn from(value: aeron_publication_image_entry_t) -> Self
fn from(value: aeron_publication_image_entry_t) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for AeronPublicationImageEntry
impl !RefUnwindSafe for AeronPublicationImageEntry
impl !Send for AeronPublicationImageEntry
impl !Sync for AeronPublicationImageEntry
impl Unpin for AeronPublicationImageEntry
impl !UnwindSafe for AeronPublicationImageEntry
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
)