get_back_buffer_attributes

Function 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 of buffer.