Struct rusteron_media_driver::AeronPortManager
source · pub struct AeronPortManager { /* private fields */ }
Implementations§
source§impl AeronPortManager
impl AeronPortManager
pub fn new<AeronPortManagerFreeManagedPortFuncHandlerImpl: AeronPortManagerFreeManagedPortFuncCallback>( get_managed_port: aeron_port_manager_get_managed_port_func_t, free_managed_port: Option<&Handler<AeronPortManagerFreeManagedPortFuncHandlerImpl>>, ) -> Result<Self, AeronCError>
pub fn new_zeroed() -> Result<Self, AeronCError>
pub fn get_managed_port(&self) -> aeron_port_manager_get_managed_port_func_t
pub fn free_managed_port(&self) -> aeron_port_manager_free_managed_port_func_t
pub fn state(&self) -> *mut c_void
pub fn get_inner(&self) -> *mut aeron_port_manager_t
Trait Implementations§
source§impl Clone for AeronPortManager
impl Clone for AeronPortManager
source§fn clone(&self) -> AeronPortManager
fn clone(&self) -> AeronPortManager
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 AeronPortManager
impl Debug for AeronPortManager
source§impl Default for AeronPortManager
impl Default for AeronPortManager
This will create an instance where the struct is zeroed, use with care
source§impl Deref for AeronPortManager
impl Deref for AeronPortManager
source§impl From<&AeronPortManager> for *mut aeron_port_manager_t
impl From<&AeronPortManager> for *mut aeron_port_manager_t
source§fn from(value: &AeronPortManager) -> Self
fn from(value: &AeronPortManager) -> Self
Converts to this type from the input type.
source§impl From<*const aeron_port_manager_stct> for AeronPortManager
impl From<*const aeron_port_manager_stct> for AeronPortManager
source§fn from(value: *const aeron_port_manager_t) -> Self
fn from(value: *const aeron_port_manager_t) -> Self
Converts to this type from the input type.
source§impl From<*mut aeron_port_manager_stct> for AeronPortManager
impl From<*mut aeron_port_manager_stct> for AeronPortManager
source§fn from(value: *mut aeron_port_manager_t) -> Self
fn from(value: *mut aeron_port_manager_t) -> Self
Converts to this type from the input type.
source§impl From<AeronPortManager> for *mut aeron_port_manager_t
impl From<AeronPortManager> for *mut aeron_port_manager_t
source§fn from(value: AeronPortManager) -> Self
fn from(value: AeronPortManager) -> Self
Converts to this type from the input type.
source§impl From<AeronPortManager> for aeron_port_manager_t
impl From<AeronPortManager> for aeron_port_manager_t
source§fn from(value: AeronPortManager) -> Self
fn from(value: AeronPortManager) -> Self
Converts to this type from the input type.
source§impl From<aeron_port_manager_stct> for AeronPortManager
impl From<aeron_port_manager_stct> for AeronPortManager
source§fn from(value: aeron_port_manager_t) -> Self
fn from(value: aeron_port_manager_t) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for AeronPortManager
impl !RefUnwindSafe for AeronPortManager
impl !Send for AeronPortManager
impl !Sync for AeronPortManager
impl Unpin for AeronPortManager
impl !UnwindSafe for AeronPortManager
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
)