#[repr(C)]pub enum SizeQueryAxis {
Width = 0,
Height = 1,
}Expand description
Which window dimension a SizeQuery tested.
Variants§
Trait Implementations§
Source§impl Clone for SizeQueryAxis
impl Clone for SizeQueryAxis
Source§fn clone(&self) -> SizeQueryAxis
fn clone(&self) -> SizeQueryAxis
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SizeQueryAxis
Source§impl Debug for SizeQueryAxis
impl Debug for SizeQueryAxis
impl Eq for SizeQueryAxis
Source§impl PartialEq for SizeQueryAxis
impl PartialEq for SizeQueryAxis
impl StructuralPartialEq for SizeQueryAxis
Auto Trait Implementations§
impl Freeze for SizeQueryAxis
impl RefUnwindSafe for SizeQueryAxis
impl Send for SizeQueryAxis
impl Sync for SizeQueryAxis
impl Unpin for SizeQueryAxis
impl UnsafeUnpin for SizeQueryAxis
impl UnwindSafe for SizeQueryAxis
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