Home
last modified time | relevance | path

Searched refs:ChangeDrawableAttributesRequest (Results 1 – 4 of 4) sorted by relevance

/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/x11rb-0.8.1/src/protocol/
H A Dglx.rs3227 pub struct ChangeDrawableAttributesRequest<'input> { struct
3231 impl<'input> ChangeDrawableAttributesRequest<'input> { argument
3285 Ok(ChangeDrawableAttributesRequest { in try_parse_request()
3291 pub fn into_owned(self) -> ChangeDrawableAttributesRequest<'static> { in into_owned()
3292 ChangeDrawableAttributesRequest { in into_owned()
3298 impl<'input> Request for ChangeDrawableAttributesRequest<'input> { implementation
3305 let request0 = ChangeDrawableAttributesRequest { in change_drawable_attributes()
H A Dmod.rs352 GlxChangeDrawableAttributes(glx::ChangeDrawableAttributesRequest<'input>),
1520 …QUEST => return Ok(Request::GlxChangeDrawableAttributes(glx::ChangeDrawableAttributesRequest::try_… in parse()
/dports/x11/inputplug/inputplug-0.4.0/cargo-crates/x11rb-0.8.1/src/protocol/
H A Dglx.rs3227 pub struct ChangeDrawableAttributesRequest<'input> { struct
3231 impl<'input> ChangeDrawableAttributesRequest<'input> { argument
3285 Ok(ChangeDrawableAttributesRequest { in try_parse_request()
3291 pub fn into_owned(self) -> ChangeDrawableAttributesRequest<'static> { in into_owned()
3292 ChangeDrawableAttributesRequest { in into_owned()
3298 impl<'input> Request for ChangeDrawableAttributesRequest<'input> { implementation
3305 let request0 = ChangeDrawableAttributesRequest { in change_drawable_attributes()
H A Dmod.rs352 GlxChangeDrawableAttributes(glx::ChangeDrawableAttributesRequest<'input>),
1520 …QUEST => return Ok(Request::GlxChangeDrawableAttributes(glx::ChangeDrawableAttributesRequest::try_… in parse()