Union harfbuzz_sys::_hb_var_int_t
source · #[repr(C)]
pub union _hb_var_int_t {
pub u32: u32,
pub i32: i32,
pub u16: [u16; 2],
pub i16: [i16; 2],
pub u8: [u8; 4],
pub i8: [i8; 4],
}
Fields§
§u32: u32
§i32: i32
§u16: [u16; 2]
§i16: [i16; 2]
§u8: [u8; 4]
§i8: [i8; 4]
Trait Implementations§
source§impl Clone for _hb_var_int_t
impl Clone for _hb_var_int_t
source§fn clone(&self) -> _hb_var_int_t
fn clone(&self) -> _hb_var_int_t
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 moreimpl Copy for _hb_var_int_t
Auto Trait Implementations§
impl Freeze for _hb_var_int_t
impl RefUnwindSafe for _hb_var_int_t
impl Send for _hb_var_int_t
impl Sync for _hb_var_int_t
impl Unpin for _hb_var_int_t
impl UnwindSafe for _hb_var_int_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