#[repr(C)]pub struct SSortOrder {
pub ulPropTag: u32,
pub ulOrder: u32,
}Fields§
§ulPropTag: u32§ulOrder: u32Trait Implementations§
Source§impl Clone for SSortOrder
impl Clone for SSortOrder
Source§fn clone(&self) -> SSortOrder
fn clone(&self) -> SSortOrder
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 SSortOrder
Source§impl Debug for SSortOrder
impl Debug for SSortOrder
Source§impl Default for SSortOrder
impl Default for SSortOrder
Source§fn default() -> SSortOrder
fn default() -> SSortOrder
Returns the “default value” for a type. Read more
Source§impl PartialEq for SSortOrder
impl PartialEq for SSortOrder
Source§fn eq(&self, other: &SSortOrder) -> bool
fn eq(&self, other: &SSortOrder) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SSortOrder
Auto Trait Implementations§
impl Freeze for SSortOrder
impl RefUnwindSafe for SSortOrder
impl Send for SSortOrder
impl Sync for SSortOrder
impl Unpin for SSortOrder
impl UnsafeUnpin for SSortOrder
impl UnwindSafe for SSortOrder
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