Struct rusteron_media_driver::In6Addr
source · pub struct In6Addr { /* private fields */ }
Implementations§
source§impl In6Addr
impl In6Addr
pub fn new_zeroed() -> Result<Self, AeronCError>
pub fn aeron_ipv6_does_prefix_match(&self, prefixlen: usize) -> bool
pub fn aeron_ipv6_netmask_to_prefixlen(&self) -> usize
pub fn get_inner(&self) -> *mut in6_addr
Trait Implementations§
Auto Trait Implementations§
impl Freeze for In6Addr
impl !RefUnwindSafe for In6Addr
impl !Send for In6Addr
impl !Sync for In6Addr
impl Unpin for In6Addr
impl !UnwindSafe for In6Addr
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
)