[][src]Trait browser_window::Property

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

fn set(&self, value: S)

Loading content...

Implementors

impl<'a> Property<u8, u8> for Opacity<'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]

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

Loading content...