BbS

Type Alias BbS 

Source
pub type BbS = BB<TPtS>;

Aliased Type§

pub struct BbS {
    pub x: i64,
    pub y: i64,
    pub w: i64,
    pub h: i64,
}

Fields§

§x: i64§y: i64§w: i64§h: i64

Trait Implementations§

Source§

impl From<BB<u32>> for BbS

Source§

fn from(bb: BbI) -> Self

Converts to this type from the input type.