Struct SSortOrder
#[repr(C)]pub struct SSortOrder {
pub ulPropTag: u32,
pub ulOrder: u32,
}Fields§
§ulPropTag: u32§ulOrder: u32Trait Implementations§
§impl Clone for SSortOrder
impl Clone for SSortOrder
§fn clone(&self) -> SSortOrder
fn clone(&self) -> SSortOrder
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 more§impl Default for SSortOrder
impl Default for SSortOrder
§fn default() -> SSortOrder
fn default() -> SSortOrder
Returns the “default value” for a type. Read more
impl Copy 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 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