[][src]Struct libstrophe::AllocContext

pub struct AllocContext { /* fields omitted */ }

Internal Context that only specifies allocation functions and uses null logger. Needed to not pass Context to e.g. Stanza because it uses onlyh allocation functions from Context.

Methods

impl AllocContext[src]

pub fn get_xmpp_mem_t() -> Box<xmpp_mem_t>[src]

pub fn as_inner(&self) -> *mut xmpp_ctx_t[src]

pub unsafe fn free<T>(&self, p: *mut T)[src]

Trait Implementations

impl Default for AllocContext[src]

impl Sync for AllocContext[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]