[]Struct gokien::engine::GkOptions

pub struct GkOptions { /* fields omitted */ }

Methods

impl GkOptions

To type mark at the end of the word. TELEX user should disable this option, VNI user should enable this.

Use "hoá" instead of "hóa".

Returns an empty set of flags.

Returns the set containing all flags.

Returns the raw value of the flags currently stored.

Convert from underlying bit representation, unless that representation contains bits that do not correspond to a flag.

Convert from underlying bit representation, dropping any bits that do not correspond to flags.

Returns true if no flags are currently stored.

Returns true if all flags are currently set.

Returns true if there are flags common to both self and other.

Returns true all of the flags in other are contained within self.

Inserts the specified flags in-place.

Removes the specified flags in-place.

Toggles the specified flags in-place.

Inserts or removes the specified flags depending on the passed value.

Trait Implementations

impl PartialOrd<GkOptions> for GkOptions

impl Default for GkOptions

impl Ord for GkOptions

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

impl PartialEq<GkOptions> for GkOptions

impl Clone for GkOptions

Performs copy-assignment from source. Read more

impl Extend<GkOptions> for GkOptions

impl Copy for GkOptions

impl Eq for GkOptions

impl Octal for GkOptions

impl Binary for GkOptions

impl Debug for GkOptions

impl UpperHex for GkOptions

impl LowerHex for GkOptions

impl Hash for GkOptions

Feeds a slice of this type into the given [Hasher]. Read more

impl Sub<GkOptions> for GkOptions

The resulting type after applying the - operator.

Returns the set difference of the two sets of flags.

impl SubAssign<GkOptions> for GkOptions

Disables all flags enabled in the set.

impl Not for GkOptions

The resulting type after applying the ! operator.

Returns the complement of this set of flags.

impl BitAnd<GkOptions> for GkOptions

The resulting type after applying the & operator.

Returns the intersection between the two sets of flags.

impl BitOr<GkOptions> for GkOptions

The resulting type after applying the | operator.

Returns the union of the two sets of flags.

impl BitXor<GkOptions> for GkOptions

The resulting type after applying the ^ operator.

Returns the left flags, but with all the right flags toggled.

impl BitAndAssign<GkOptions> for GkOptions

Disables all flags disabled in the set.

impl BitOrAssign<GkOptions> for GkOptions

Adds the set of flags.

impl BitXorAssign<GkOptions> for GkOptions

Toggles the set of flags.

impl FromIterator<GkOptions> for GkOptions

Auto Trait Implementations

impl Send for GkOptions

impl Sync for GkOptions

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

impl<T> From for T
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> BorrowMut for T where
    T: ?Sized
[src]