pub struct LightPoints { /* private fields */ }
Expand description
The key point hint indicates that we are using the key points for the light grid lines
Implementations§
Trait Implementations§
Source§impl KeyPointHint for LightPoints
impl KeyPointHint for LightPoints
Source§fn max_num_points(&self) -> usize
fn max_num_points(&self) -> usize
Returns the max number of key points
Source§fn bold_points(&self) -> usize
fn bold_points(&self) -> usize
Returns the point number constraint for the bold points
Source§fn weight(&self) -> KeyPointWeight
fn weight(&self) -> KeyPointWeight
Returns the weight for this hint
Auto Trait Implementations§
impl Freeze for LightPoints
impl RefUnwindSafe for LightPoints
impl Send for LightPoints
impl Sync for LightPoints
impl Unpin for LightPoints
impl UnwindSafe for LightPoints
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
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 16 bytes