pub struct SequenceFormat(/* private fields */);Expand description
C++ enum: QKeySequence::SequenceFormat.
Implementations§
Source§impl SequenceFormat
impl SequenceFormat
Sourcepub const NativeText: SequenceFormat
pub const NativeText: SequenceFormat
C++ enum variant: NativeText = 0
Sourcepub const PortableText: SequenceFormat
pub const PortableText: SequenceFormat
C++ enum variant: PortableText = 1
Trait Implementations§
Source§impl Clone for SequenceFormat
impl Clone for SequenceFormat
Source§fn clone(&self) -> SequenceFormat
fn clone(&self) -> SequenceFormat
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 moreSource§impl Debug for SequenceFormat
impl Debug for SequenceFormat
Source§impl From<SequenceFormat> for c_int
impl From<SequenceFormat> for c_int
Source§fn from(value: SequenceFormat) -> Self
fn from(value: SequenceFormat) -> Self
Converts to this type from the input type.
Source§impl From<i32> for SequenceFormat
impl From<i32> for SequenceFormat
Source§impl PartialEq for SequenceFormat
impl PartialEq for SequenceFormat
Source§fn eq(&self, other: &SequenceFormat) -> bool
fn eq(&self, other: &SequenceFormat) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for SequenceFormat
impl Eq for SequenceFormat
impl StructuralPartialEq for SequenceFormat
Auto Trait Implementations§
impl Freeze for SequenceFormat
impl RefUnwindSafe for SequenceFormat
impl Send for SequenceFormat
impl Sync for SequenceFormat
impl Unpin for SequenceFormat
impl UnsafeUnpin for SequenceFormat
impl UnwindSafe for SequenceFormat
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