pub struct GetClipPlaneRequest {
pub context_tag: u32,
pub plane: i32,
}Fields§
§context_tag: u32§plane: i32Implementations§
Trait Implementations§
Source§impl Clone for GetClipPlaneRequest
impl Clone for GetClipPlaneRequest
Source§fn clone(&self) -> GetClipPlaneRequest
fn clone(&self) -> GetClipPlaneRequest
Returns a duplicate 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 GetClipPlaneRequest
impl Debug for GetClipPlaneRequest
Source§impl Default for GetClipPlaneRequest
impl Default for GetClipPlaneRequest
Source§fn default() -> GetClipPlaneRequest
fn default() -> GetClipPlaneRequest
Returns the “default value” for a type. Read more
Source§impl Hash for GetClipPlaneRequest
impl Hash for GetClipPlaneRequest
Source§impl Ord for GetClipPlaneRequest
impl Ord for GetClipPlaneRequest
Source§fn cmp(&self, other: &GetClipPlaneRequest) -> Ordering
fn cmp(&self, other: &GetClipPlaneRequest) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for GetClipPlaneRequest
impl PartialEq for GetClipPlaneRequest
Source§impl PartialOrd for GetClipPlaneRequest
impl PartialOrd for GetClipPlaneRequest
Source§impl ReplyRequest for GetClipPlaneRequest
impl ReplyRequest for GetClipPlaneRequest
Source§type Reply = GetClipPlaneReply
type Reply = GetClipPlaneReply
The kind of reply that this request generates.
Source§impl Request for GetClipPlaneRequest
impl Request for GetClipPlaneRequest
impl Copy for GetClipPlaneRequest
impl Eq for GetClipPlaneRequest
impl StructuralPartialEq for GetClipPlaneRequest
Auto Trait Implementations§
impl Freeze for GetClipPlaneRequest
impl RefUnwindSafe for GetClipPlaneRequest
impl Send for GetClipPlaneRequest
impl Sync for GetClipPlaneRequest
impl Unpin for GetClipPlaneRequest
impl UnwindSafe for GetClipPlaneRequest
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