Struct harfbuzz_sys::bindings::hb_face_t
source · #[repr(C)]pub struct hb_face_t {
_unused: [u8; 0],
}
Fields§
§_unused: [u8; 0]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for hb_face_t
impl RefUnwindSafe for hb_face_t
impl Send for hb_face_t
impl Sync for hb_face_t
impl Unpin for hb_face_t
impl UnwindSafe for hb_face_t
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