#[repr(u16)]
pub enum SendPropFlag {
Show variants
Unsigned,
Coord,
NoScale,
RoundDown,
RoundUp,
Exclude,
XYZE,
InsideArray,
ProxyAlwaysYes,
ChangesOften,
IsVectorElement,
Collapsible,
CoordMP,
CoordMPLowPrecision,
CoordMPIntegral,
NormalVarInt,
}
The resulting type after applying the & operator.
Create a BitFlags with no flags set (in other words, with a value of 0). Read more
Create a BitFlags with all flags set. Read more
The resulting type after applying the | operator.
The resulting type after applying the ^ operator.
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
The resulting type after applying the ! operator.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
The underlying integer type.
const EMPTY: Self::Numeric
A value with no bits set.
The value used by the Default implementation. Equivalent to EMPTY, unless
customized. Read more
A value with all flag bits set.
A slice that contains each variant exactly one.
The name of the type for debug formatting purposes. Read more
fn bits(self) -> Self::Numeric
Return the bits as a number type.
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
🔬 This is a nightly-only experimental API. (toowned_clone_into)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.