pub struct PointClippingBehavior(/* private fields */);Expand description
Implementations§
Source§impl PointClippingBehavior
impl PointClippingBehavior
pub const ALL_CLIP_PLANES: Self
pub const USER_CLIP_PLANES_ONLY: Self
pub const fn from_raw(value: i32) -> Self
pub const fn as_raw(self) -> i32
Trait Implementations§
Source§impl Clone for PointClippingBehavior
impl Clone for PointClippingBehavior
Source§fn clone(&self) -> PointClippingBehavior
fn clone(&self) -> PointClippingBehavior
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 PointClippingBehavior
impl Debug for PointClippingBehavior
Source§impl Default for PointClippingBehavior
impl Default for PointClippingBehavior
Source§fn default() -> PointClippingBehavior
fn default() -> PointClippingBehavior
Returns the “default value” for a type. Read more
Source§impl Display for PointClippingBehavior
impl Display for PointClippingBehavior
Source§impl Error for PointClippingBehavior
impl Error for PointClippingBehavior
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Source§impl Hash for PointClippingBehavior
impl Hash for PointClippingBehavior
Source§impl Ord for PointClippingBehavior
impl Ord for PointClippingBehavior
Source§fn cmp(&self, other: &PointClippingBehavior) -> Ordering
fn cmp(&self, other: &PointClippingBehavior) -> 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 PointClippingBehavior
impl PartialEq for PointClippingBehavior
Source§impl PartialOrd for PointClippingBehavior
impl PartialOrd for PointClippingBehavior
impl Copy for PointClippingBehavior
impl Eq for PointClippingBehavior
impl StructuralPartialEq for PointClippingBehavior
Auto Trait Implementations§
impl Freeze for PointClippingBehavior
impl RefUnwindSafe for PointClippingBehavior
impl Send for PointClippingBehavior
impl Sync for PointClippingBehavior
impl Unpin for PointClippingBehavior
impl UnsafeUnpin for PointClippingBehavior
impl UnwindSafe for PointClippingBehavior
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