pub struct GetClipPlane {
pub context_tag: ContextTag,
pub plane: i32,
}Expand description
The GetClipPlane request.
This request replies GetClipPlaneReply.
Associated cookie types are GetClipPlaneCookie and GetClipPlaneCookieUnchecked.
Fields§
§context_tag: ContextTag§plane: i32Trait Implementations§
Source§impl Clone for GetClipPlane
impl Clone for GetClipPlane
Source§fn clone(&self) -> GetClipPlane
fn clone(&self) -> GetClipPlane
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 GetClipPlane
impl Debug for GetClipPlane
Source§impl RawRequest for GetClipPlane
impl RawRequest for GetClipPlane
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 GetClipPlane
impl Request for GetClipPlane
Source§impl RequestWithReply for GetClipPlane
impl RequestWithReply for GetClipPlane
Source§type Reply = GetClipPlaneReply
type Reply = GetClipPlaneReply
Reply associated with the request
Source§type Cookie = GetClipPlaneCookie
type Cookie = GetClipPlaneCookie
Default cookie type for the request, as returned by Connection::send_request.
Source§type CookieUnchecked = GetClipPlaneCookieUnchecked
type CookieUnchecked = GetClipPlaneCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for GetClipPlane
impl RefUnwindSafe for GetClipPlane
impl Send for GetClipPlane
impl Sync for GetClipPlane
impl Unpin for GetClipPlane
impl UnwindSafe for GetClipPlane
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