Type Alias BbI
Source pub type BbI = BB<TPtI>;
pub struct BbI {
pub x: u32,
pub y: u32,
pub w: u32,
pub h: u32,
}
Formats the value using the given formatter.
Read more
Converts to this type from the input type.
Converts to this type from the input type.
The associated error which can be returned from parsing.
Parses a string
s to return a value of this type.
Read more