Trait browser_window::Property[][src]

pub trait Property<G, S> {
    fn get(&self) -> G;
fn set(&self, value: S); }

A property is something that has a setter and a getter.

Required methods

fn get(&self) -> G[src]

fn set(&self, value: S)[src]

Loading content...

Implementors

impl<'a> Property<u8, u8> for Opacity<'a>[src]

impl<'a> Property<String, &'_ str> for Title<'a>[src]

impl<'a> Property<cbw_Dims2D, cbw_Dims2D> for ContentDimensions<'a>[src]

impl<'a> Property<cbw_Dims2D, cbw_Dims2D> for WindowDimensions<'a>[src]

impl<'a> Property<cbw_Pos2D, cbw_Pos2D> for Position<'a>[src]

Loading content...