#[repr(C)]pub struct XFontProp {
pub name: Atom,
pub card32: c_ulong,
}
Fields§
§name: Atom
§card32: c_ulong
Trait Implementations§
source§impl PartialEq for XFontProp
impl PartialEq for XFontProp
impl Copy for XFontProp
impl StructuralPartialEq for XFontProp
Auto Trait Implementations§
impl Freeze for XFontProp
impl RefUnwindSafe for XFontProp
impl Send for XFontProp
impl Sync for XFontProp
impl Unpin for XFontProp
impl UnwindSafe for XFontProp
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