struct Hint {
flags: u8,
index: u8,
cs_coord: Fixed,
ds_coord: Fixed,
scale: Fixed,
}
Expand description
Fields§
§flags: u8
§index: u8
Index in original stem hint array (if not synthetic)
cs_coord: Fixed
§ds_coord: Fixed
§scale: Fixed
Implementations§
Trait Implementations§
impl Copy for Hint
impl StructuralPartialEq for Hint
Auto Trait Implementations§
impl Freeze for Hint
impl RefUnwindSafe for Hint
impl Send for Hint
impl Sync for Hint
impl Unpin for Hint
impl UnwindSafe for Hint
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