#[repr(C)]pub struct Charset_collation_map_st_Elem_st {
pub m_from: *const charset_info_st,
pub m_to: *const charset_info_st,
}
Fields§
§m_from: *const charset_info_st
§m_to: *const charset_info_st
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Charset_collation_map_st_Elem_st
impl !Send for Charset_collation_map_st_Elem_st
impl !Sync for Charset_collation_map_st_Elem_st
impl Unpin for Charset_collation_map_st_Elem_st
impl UnwindSafe for Charset_collation_map_st_Elem_st
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