Struct PointOptions
#[repr(transparent)]pub struct PointOptions(pub u32);Tuple Fields§
§0: u32Implementations§
§impl PointOptions
impl PointOptions
pub const None: Self
pub const IncludeInset: Self
pub const Start: Self
pub const ClientCoordinates: Self
pub const AllowOffClient: Self
pub const Transform: Self
pub const NoHorizontalScroll: Self
pub const NoVerticalScroll: Self
§impl PointOptions
impl PointOptions
Trait Implementations§
§impl BitAnd for PointOptions
impl BitAnd for PointOptions
§impl BitAndAssign for PointOptions
impl BitAndAssign for PointOptions
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&= operation. Read more§impl BitOr for PointOptions
impl BitOr for PointOptions
§impl BitOrAssign for PointOptions
impl BitOrAssign for PointOptions
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|= operation. Read more§impl Clone for PointOptions
impl Clone for PointOptions
§fn clone(&self) -> PointOptions
fn clone(&self) -> PointOptions
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 more§impl Debug for PointOptions
impl Debug for PointOptions
§impl Default for PointOptions
impl Default for PointOptions
§fn default() -> PointOptions
fn default() -> PointOptions
Returns the “default value” for a type. Read more
§impl Not for PointOptions
impl Not for PointOptions
§impl PartialEq for PointOptions
impl PartialEq for PointOptions
impl Copy for PointOptions
impl Eq for PointOptions
impl StructuralPartialEq for PointOptions
Auto Trait Implementations§
impl Freeze for PointOptions
impl RefUnwindSafe for PointOptions
impl Send for PointOptions
impl Sync for PointOptions
impl Unpin for PointOptions
impl UnwindSafe for PointOptions
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