#[repr(transparent)]pub struct AXChartDescriptorContentDirection(pub NSInteger);
Available on crate feature
AXAudiograph
only.Expand description
Describes the content direction of the chart (i.e. the direction in which the X axis is rendered). For example, a bar chart might be leftToRight, while a pie chart might be radialClockwise.
See also Apple’s documentation
Tuple Fields§
§0: NSInteger
Implementations§
Source§impl AXChartDescriptorContentDirection
impl AXChartDescriptorContentDirection
pub const ContentDirectionLeftToRight: Self
pub const ContentDirectionRightToLeft: Self
pub const ContentDirectionTopToBottom: Self
pub const ContentDirectionBottomToTop: Self
pub const ContentDirectionRadialClockwise: Self
pub const ContentDirectionRadialCounterClockwise: Self
Trait Implementations§
Source§impl Clone for AXChartDescriptorContentDirection
impl Clone for AXChartDescriptorContentDirection
Source§fn clone(&self) -> AXChartDescriptorContentDirection
fn clone(&self) -> AXChartDescriptorContentDirection
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 Ord for AXChartDescriptorContentDirection
impl Ord for AXChartDescriptorContentDirection
Source§fn cmp(&self, other: &AXChartDescriptorContentDirection) -> Ordering
fn cmp(&self, other: &AXChartDescriptorContentDirection) -> 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 AXChartDescriptorContentDirection
impl PartialEq for AXChartDescriptorContentDirection
Source§fn eq(&self, other: &AXChartDescriptorContentDirection) -> bool
fn eq(&self, other: &AXChartDescriptorContentDirection) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for AXChartDescriptorContentDirection
impl PartialOrd for AXChartDescriptorContentDirection
Source§impl RefEncode for AXChartDescriptorContentDirection
impl RefEncode for AXChartDescriptorContentDirection
Source§const ENCODING_REF: Encoding
const ENCODING_REF: Encoding
The Objective-C type-encoding for a reference of this type. Read more
impl Copy for AXChartDescriptorContentDirection
impl Eq for AXChartDescriptorContentDirection
impl StructuralPartialEq for AXChartDescriptorContentDirection
Auto Trait Implementations§
impl Freeze for AXChartDescriptorContentDirection
impl RefUnwindSafe for AXChartDescriptorContentDirection
impl Send for AXChartDescriptorContentDirection
impl Sync for AXChartDescriptorContentDirection
impl Unpin for AXChartDescriptorContentDirection
impl UnwindSafe for AXChartDescriptorContentDirection
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§impl<T> EncodeArgument for Twhere
T: Encode,
impl<T> EncodeArgument for Twhere
T: Encode,
Source§const ENCODING_ARGUMENT: Encoding = T::ENCODING
const ENCODING_ARGUMENT: Encoding = T::ENCODING
The Objective-C type-encoding for this type.
Source§impl<T> EncodeReturn for Twhere
T: Encode,
impl<T> EncodeReturn for Twhere
T: Encode,
Source§const ENCODING_RETURN: Encoding = T::ENCODING
const ENCODING_RETURN: Encoding = T::ENCODING
The Objective-C type-encoding for this type.