#[repr(C)]pub struct CHARSET_INFO {
pub _address: u8,
}
Fields§
§_address: u8
Trait Implementations§
Source§impl Clone for CHARSET_INFO
impl Clone for CHARSET_INFO
Source§fn clone(&self) -> CHARSET_INFO
fn clone(&self) -> CHARSET_INFO
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for CHARSET_INFO
impl Debug for CHARSET_INFO
impl Copy for CHARSET_INFO
Auto Trait Implementations§
impl Freeze for CHARSET_INFO
impl RefUnwindSafe for CHARSET_INFO
impl Send for CHARSET_INFO
impl Sync for CHARSET_INFO
impl Unpin for CHARSET_INFO
impl UnwindSafe for CHARSET_INFO
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