pub type MirWindowAttrib = c_uint;Expand description
Attributes of a window that the client and server/shell may wish to get or set over the wire.
Trait Implementations§
Source§impl From<WindowAttrib> for MirWindowAttrib
impl From<WindowAttrib> for MirWindowAttrib
Source§fn from(value: WindowAttrib) -> Self
fn from(value: WindowAttrib) -> Self
Converts to this type from the input type.