struct StemHint {
is_used: bool,
min: Fixed,
max: Fixed,
ds_min: Fixed,
ds_max: Fixed,
}
Expand description
Fields§
§is_used: bool
If true, device space position is valid
min: Fixed
§max: Fixed
§ds_min: Fixed
§ds_max: Fixed
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StemHint
impl RefUnwindSafe for StemHint
impl Send for StemHint
impl Sync for StemHint
impl Unpin for StemHint
impl UnwindSafe for StemHint
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