Struct deltachat::ChatlistWrapper
source · pub struct ChatlistWrapper { /* private fields */ }
Expand description
FFI struct for dc_chatlist_t
This is the structure behind dc_chatlist_t which is the opaque structure representing a chatlist in the FFI API. It exists because the FFI API has a reference from the message to the context, but the Rust API does not, so the FFI layer needs to glue these together.
Auto Trait Implementations§
impl !RefUnwindSafe for ChatlistWrapper
impl !Send for ChatlistWrapper
impl !Sync for ChatlistWrapper
impl Unpin for ChatlistWrapper
impl !UnwindSafe for ChatlistWrapper
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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