#[repr(C)]pub struct EUDCInfo {
pub exists: bool,
pub code_page: u32,
pub flags: u32,
pub font_data: Vec<u8>,
}Fields§
§exists: bool§code_page: u32§flags: u32§font_data: Vec<u8>Trait Implementations§
Auto Trait Implementations§
impl Freeze for EUDCInfo
impl RefUnwindSafe for EUDCInfo
impl Send for EUDCInfo
impl Sync for EUDCInfo
impl Unpin for EUDCInfo
impl UnsafeUnpin for EUDCInfo
impl UnwindSafe for EUDCInfo
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