Type Alias rvlib::domain::BbI

source ·
pub type BbI = BB<TPtI>;

Aliased Type§

struct BbI {
    pub x: u32,
    pub y: u32,
    pub w: u32,
    pub h: u32,
}

Fields§

§x: u32§y: u32§w: u32§h: u32

Trait Implementations§

source§

impl Display for BbI

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl FromStr for BbI

§

type Err = RvError

The associated error which can be returned from parsing.
source§

fn from_str(s: &str) -> RvResult<Self>

Parses a string s to return a value of this type. Read more