Struct QueryShapeOf
pub struct QueryShapeOf(/* private fields */);
Implementations§
§impl QueryShapeOf
impl QueryShapeOf
pub const LARGEST_CURSOR: QueryShapeOf = _
pub const FASTEST_TILE: QueryShapeOf = _
pub const FASTEST_STIPPLE: QueryShapeOf = _
Trait Implementations§
§impl Clone for QueryShapeOf
impl Clone for QueryShapeOf
§fn clone(&self) -> QueryShapeOf
fn clone(&self) -> QueryShapeOf
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 more§impl Debug for QueryShapeOf
impl Debug for QueryShapeOf
§impl Default for QueryShapeOf
impl Default for QueryShapeOf
§fn default() -> QueryShapeOf
fn default() -> QueryShapeOf
Returns the “default value” for a type. Read more
§impl From<u8> for QueryShapeOf
impl From<u8> for QueryShapeOf
§fn from(value: u8) -> QueryShapeOf
fn from(value: u8) -> QueryShapeOf
Converts to this type from the input type.
§impl Hash for QueryShapeOf
impl Hash for QueryShapeOf
§impl Ord for QueryShapeOf
impl Ord for QueryShapeOf
§impl PartialEq for QueryShapeOf
impl PartialEq for QueryShapeOf
§impl PartialOrd for QueryShapeOf
impl PartialOrd for QueryShapeOf
impl Copy for QueryShapeOf
impl Eq for QueryShapeOf
impl StructuralPartialEq for QueryShapeOf
Auto Trait Implementations§
impl Freeze for QueryShapeOf
impl RefUnwindSafe for QueryShapeOf
impl Send for QueryShapeOf
impl Sync for QueryShapeOf
impl Unpin for QueryShapeOf
impl UnwindSafe for QueryShapeOf
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
)