Function x11rb_async::protocol::shm::create_segment
source · pub async fn create_segment<Conn>(
conn: &Conn,
shmseg: Seg,
size: u32,
read_only: bool
) -> Result<CookieWithFds<'_, Conn, CreateSegmentReply>, ConnectionError>where
Conn: RequestConnection + ?Sized,