#[repr(C)]pub struct charset_info_st {
pub _address: u8,
}Fields§
§_address: u8Trait Implementations§
Source§impl Clone for charset_info_st
impl Clone for charset_info_st
Source§impl Debug for charset_info_st
impl Debug for charset_info_st
impl Copy for charset_info_st
Auto Trait Implementations§
impl Freeze for charset_info_st
impl RefUnwindSafe for charset_info_st
impl Send for charset_info_st
impl Sync for charset_info_st
impl Unpin for charset_info_st
impl UnwindSafe for charset_info_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