Function x11rb_async::protocol::dbe::get_back_buffer_attributes
source · pub async fn get_back_buffer_attributes<Conn>(
conn: &Conn,
buffer: BackBuffer
) -> Result<Cookie<'_, Conn, GetBackBufferAttributesReply>, ConnectionError>where
Conn: RequestConnection + ?Sized,Expand description
Gets back buffer attributes.
Returns the attributes of the specified buffer.
Fields
buffer- The back buffer to query.attributes- The attributes ofbuffer.