#[repr(u32)]pub enum grn_window_direction {
GRN_WINDOW_DIRECTION_ASCENDING = 0,
GRN_WINDOW_DIRECTION_DESCENDING = 1,
}Variants§
Trait Implementations§
Source§impl Clone for grn_window_direction
impl Clone for grn_window_direction
Source§fn clone(&self) -> grn_window_direction
fn clone(&self) -> grn_window_direction
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 Debug for grn_window_direction
impl Debug for grn_window_direction
impl Copy for grn_window_direction
Auto Trait Implementations§
impl Freeze for grn_window_direction
impl RefUnwindSafe for grn_window_direction
impl Send for grn_window_direction
impl Sync for grn_window_direction
impl Unpin for grn_window_direction
impl UnwindSafe for grn_window_direction
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