Struct rusteron_media_driver::AeronSetupHeader
source · pub struct AeronSetupHeader { /* private fields */ }
Implementations§
source§impl AeronSetupHeader
impl AeronSetupHeader
pub fn new( frame_header: AeronFrameHeader, term_offset: i32, session_id: i32, stream_id: i32, initial_term_id: i32, active_term_id: i32, term_length: i32, mtu: i32, ttl: i32, ) -> Result<Self, AeronCError>
pub fn new_zeroed() -> Result<Self, AeronCError>
pub fn frame_header(&self) -> AeronFrameHeader
pub fn term_offset(&self) -> i32
pub fn session_id(&self) -> i32
pub fn stream_id(&self) -> i32
pub fn initial_term_id(&self) -> i32
pub fn active_term_id(&self) -> i32
pub fn term_length(&self) -> i32
pub fn mtu(&self) -> i32
pub fn ttl(&self) -> i32
pub fn get_inner(&self) -> *mut aeron_setup_header_t
Trait Implementations§
source§impl Clone for AeronSetupHeader
impl Clone for AeronSetupHeader
source§fn clone(&self) -> AeronSetupHeader
fn clone(&self) -> AeronSetupHeader
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 AeronSetupHeader
impl Debug for AeronSetupHeader
source§impl Default for AeronSetupHeader
impl Default for AeronSetupHeader
This will create an instance where the struct is zeroed, use with care
source§impl Deref for AeronSetupHeader
impl Deref for AeronSetupHeader
source§impl From<&AeronSetupHeader> for *mut aeron_setup_header_t
impl From<&AeronSetupHeader> for *mut aeron_setup_header_t
source§fn from(value: &AeronSetupHeader) -> Self
fn from(value: &AeronSetupHeader) -> Self
Converts to this type from the input type.
source§impl From<*const aeron_setup_header_stct> for AeronSetupHeader
impl From<*const aeron_setup_header_stct> for AeronSetupHeader
source§fn from(value: *const aeron_setup_header_t) -> Self
fn from(value: *const aeron_setup_header_t) -> Self
Converts to this type from the input type.
source§impl From<*mut aeron_setup_header_stct> for AeronSetupHeader
impl From<*mut aeron_setup_header_stct> for AeronSetupHeader
source§fn from(value: *mut aeron_setup_header_t) -> Self
fn from(value: *mut aeron_setup_header_t) -> Self
Converts to this type from the input type.
source§impl From<AeronSetupHeader> for *mut aeron_setup_header_t
impl From<AeronSetupHeader> for *mut aeron_setup_header_t
source§fn from(value: AeronSetupHeader) -> Self
fn from(value: AeronSetupHeader) -> Self
Converts to this type from the input type.
source§impl From<AeronSetupHeader> for aeron_setup_header_t
impl From<AeronSetupHeader> for aeron_setup_header_t
source§fn from(value: AeronSetupHeader) -> Self
fn from(value: AeronSetupHeader) -> Self
Converts to this type from the input type.
source§impl From<aeron_setup_header_stct> for AeronSetupHeader
impl From<aeron_setup_header_stct> for AeronSetupHeader
source§fn from(value: aeron_setup_header_t) -> Self
fn from(value: aeron_setup_header_t) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for AeronSetupHeader
impl !RefUnwindSafe for AeronSetupHeader
impl !Send for AeronSetupHeader
impl !Sync for AeronSetupHeader
impl Unpin for AeronSetupHeader
impl !UnwindSafe for AeronSetupHeader
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
)