Struct xcb::glx::GetHistogramParameterfv
source · pub struct GetHistogramParameterfv {
pub context_tag: ContextTag,
pub target: u32,
pub pname: u32,
}
Expand description
The GetHistogramParameterfv
request.
This request replies GetHistogramParameterfvReply.
Associated cookie types are GetHistogramParameterfvCookie and GetHistogramParameterfvCookieUnchecked.
Fields§
§context_tag: ContextTag
§target: u32
§pname: u32
Trait Implementations§
source§impl Clone for GetHistogramParameterfv
impl Clone for GetHistogramParameterfv
source§fn clone(&self) -> GetHistogramParameterfv
fn clone(&self) -> GetHistogramParameterfv
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GetHistogramParameterfv
impl Debug for GetHistogramParameterfv
source§impl RawRequest for GetHistogramParameterfv
impl RawRequest for GetHistogramParameterfv
source§fn raw_request(&self, c: &Connection, checked: bool) -> u64
fn raw_request(&self, c: &Connection, checked: bool) -> u64
Actual implementation of the request sending Read more
source§impl Request for GetHistogramParameterfv
impl Request for GetHistogramParameterfv
source§impl RequestWithReply for GetHistogramParameterfv
impl RequestWithReply for GetHistogramParameterfv
source§type Reply = GetHistogramParameterfvReply
type Reply = GetHistogramParameterfvReply
Reply associated with the request
source§type Cookie = GetHistogramParameterfvCookie
type Cookie = GetHistogramParameterfvCookie
Default cookie type for the request, as returned by Connection::send_request.
source§type CookieUnchecked = GetHistogramParameterfvCookieUnchecked
type CookieUnchecked = GetHistogramParameterfvCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for GetHistogramParameterfv
impl RefUnwindSafe for GetHistogramParameterfv
impl Send for GetHistogramParameterfv
impl Sync for GetHistogramParameterfv
impl Unpin for GetHistogramParameterfv
impl UnwindSafe for GetHistogramParameterfv
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)