pub type aeron_mapped_file_t = aeron_mapped_file_stct;
Aliased Type§
struct aeron_mapped_file_t {
pub addr: *mut c_void,
pub length: usize,
}
Fields§
§addr: *mut c_void
§length: usize
Trait Implementations§
Source§impl From<AeronMappedFile> for aeron_mapped_file_t
impl From<AeronMappedFile> for aeron_mapped_file_t
Source§fn from(value: AeronMappedFile) -> Self
fn from(value: AeronMappedFile) -> Self
Converts to this type from the input type.
Source§impl Clone for aeron_mapped_file_stct
impl Clone for aeron_mapped_file_stct
Source§fn clone(&self) -> aeron_mapped_file_stct
fn clone(&self) -> aeron_mapped_file_stct
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 more