Struct font_kit::loaders::freetype::BDF_PropertyRec
source · #[repr(C)]struct BDF_PropertyRec {
property_type: i32,
value: *const c_char,
}
Fields§
§property_type: i32
§value: *const c_char
Auto Trait Implementations§
impl Freeze for BDF_PropertyRec
impl RefUnwindSafe for BDF_PropertyRec
impl !Send for BDF_PropertyRec
impl !Sync for BDF_PropertyRec
impl Unpin for BDF_PropertyRec
impl UnwindSafe for BDF_PropertyRec
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