[−]Struct gdnative_common::init::PropertyUsage
Methods
impl PropertyUsage[src]
impl PropertyUsageimpl PropertyUsage
impl PropertyUsagepub const STORAGE: PropertyUsage
pub const EDITOR: PropertyUsage
pub const NETWORK: PropertyUsage
pub const EDITOR_HELPER: PropertyUsage
pub const CHECKABLE: PropertyUsage
pub const CHECKED: PropertyUsage
pub const INTERNATIONALIZED: PropertyUsage
pub const GROUP: PropertyUsage
pub const CATEGORY: PropertyUsage
pub const STORE_IF_NONZERO: PropertyUsage
pub const STORE_IF_NONONE: PropertyUsage
pub const NO_INSTANCE_STATE: PropertyUsage
pub const RESTART_IF_CHANGED: PropertyUsage
pub const SCRIPT_VARIABLE: PropertyUsage
pub const STORE_IF_NULL: PropertyUsage
pub const ANIMATE_AS_TRIGGER: PropertyUsage
pub const UPDATE_ALL_IF_MODIFIED: PropertyUsage
pub const DEFAULT: PropertyUsage
pub const DEFAULT_INTL: PropertyUsage
pub const NOEDITOR: PropertyUsage
pub fn empty() -> PropertyUsage |
Returns an empty set of flags.
pub fn all() -> PropertyUsage |
Returns the set containing all flags.
pub fn bits(&self) -> u32 |
Returns the raw value of the flags currently stored.
pub fn from_bits(bits: u32) -> Option<PropertyUsage> |
Convert from underlying bit representation, unless that representation contains bits that do not correspond to a flag.
pub fn from_bits_truncate(bits: u32) -> PropertyUsage |
Convert from underlying bit representation, dropping any bits that do not correspond to flags.
pub fn is_empty(&self) -> bool |
Returns true if no flags are currently stored.
pub fn is_all(&self) -> bool |
Returns true if all flags are currently set.
pub fn intersects(&self, other: PropertyUsage) -> bool |
Returns true if there are flags common to both self and other.
pub fn contains(&self, other: PropertyUsage) -> bool |
Returns true all of the flags in other are contained within self.
pub fn insert(&mut self, other: PropertyUsage) |
Inserts the specified flags in-place.
pub fn remove(&mut self, other: PropertyUsage) |
Removes the specified flags in-place.
pub fn toggle(&mut self, other: PropertyUsage) |
Toggles the specified flags in-place.
pub fn set(&mut self, other: PropertyUsage, value: bool) |
Inserts or removes the specified flags depending on the passed value.
Trait Implementations
impl UpperHex for PropertyUsage
impl UpperHex for PropertyUsageimpl BitAndAssign<PropertyUsage> for PropertyUsage
impl BitAndAssign<PropertyUsage> for PropertyUsagefn bitand_assign(&mut self, other: PropertyUsage) |
Disables all flags disabled in the set.
impl Not for PropertyUsage
impl Not for PropertyUsagetype Output = PropertyUsage
The resulting type after applying the ! operator.
fn not(self) -> PropertyUsage |
Returns the complement of this set of flags.
impl BitXorAssign<PropertyUsage> for PropertyUsage
impl BitXorAssign<PropertyUsage> for PropertyUsagefn bitxor_assign(&mut self, other: PropertyUsage) |
Toggles the set of flags.
impl Clone for PropertyUsage
impl Clone for PropertyUsagefn clone(&self) -> PropertyUsage |
fn clone_from(&mut self, source: &Self) | 1.0.0 [src] |
Performs copy-assignment from source. Read more
impl FromIterator<PropertyUsage> for PropertyUsage
impl FromIterator<PropertyUsage> for PropertyUsagefn from_iter<T>(iterator: T) -> PropertyUsage where |
impl Octal for PropertyUsage
impl Octal for PropertyUsageimpl Eq for PropertyUsage
impl Eq for PropertyUsageimpl Extend<PropertyUsage> for PropertyUsage
impl Extend<PropertyUsage> for PropertyUsagefn extend<T>(&mut self, iterator: T) where |
impl LowerHex for PropertyUsage
impl LowerHex for PropertyUsageimpl Sub<PropertyUsage> for PropertyUsage
impl Sub<PropertyUsage> for PropertyUsagetype Output = PropertyUsage
The resulting type after applying the - operator.
fn sub(self, other: PropertyUsage) -> PropertyUsage |
Returns the set difference of the two sets of flags.
impl BitXor<PropertyUsage> for PropertyUsage
impl BitXor<PropertyUsage> for PropertyUsagetype Output = PropertyUsage
The resulting type after applying the ^ operator.
fn bitxor(self, other: PropertyUsage) -> PropertyUsage |
Returns the left flags, but with all the right flags toggled.
impl PartialOrd<PropertyUsage> for PropertyUsage
impl PartialOrd<PropertyUsage> for PropertyUsagefn partial_cmp(&self, other: &PropertyUsage) -> Option<Ordering> |
fn lt(&self, other: &PropertyUsage) -> bool |
fn le(&self, other: &PropertyUsage) -> bool |
fn gt(&self, other: &PropertyUsage) -> bool |
fn ge(&self, other: &PropertyUsage) -> bool |
impl Hash for PropertyUsage
impl Hash for PropertyUsagefn hash<__H>(&self, state: &mut __H) where |
fn hash_slice<H>(data: &[Self], state: &mut H) where | 1.3.0 [src] |
Feeds a slice of this type into the given [Hasher]. Read more
impl Copy for PropertyUsage
impl Copy for PropertyUsageimpl Debug for PropertyUsage
impl Debug for PropertyUsageimpl BitOrAssign<PropertyUsage> for PropertyUsage
impl BitOrAssign<PropertyUsage> for PropertyUsagefn bitor_assign(&mut self, other: PropertyUsage) |
Adds the set of flags.
impl BitAnd<PropertyUsage> for PropertyUsage
impl BitAnd<PropertyUsage> for PropertyUsagetype Output = PropertyUsage
The resulting type after applying the & operator.
fn bitand(self, other: PropertyUsage) -> PropertyUsage |
Returns the intersection between the two sets of flags.
impl Ord for PropertyUsage
impl Ord for PropertyUsagefn cmp(&self, other: &PropertyUsage) -> Ordering |
fn max(self, other: Self) -> Self | 1.21.0 [src] |
Compares and returns the maximum of two values. Read more
fn min(self, other: Self) -> Self | 1.21.0 [src] |
Compares and returns the minimum of two values. Read more
impl PartialEq<PropertyUsage> for PropertyUsage
impl PartialEq<PropertyUsage> for PropertyUsagefn eq(&self, other: &PropertyUsage) -> bool |
fn ne(&self, other: &PropertyUsage) -> bool |
impl BitOr<PropertyUsage> for PropertyUsage
impl BitOr<PropertyUsage> for PropertyUsagetype Output = PropertyUsage
The resulting type after applying the | operator.
fn bitor(self, other: PropertyUsage) -> PropertyUsage |
Returns the union of the two sets of flags.
impl Binary for PropertyUsage
impl Binary for PropertyUsageimpl SubAssign<PropertyUsage> for PropertyUsage
impl SubAssign<PropertyUsage> for PropertyUsagefn sub_assign(&mut self, other: PropertyUsage) |
Disables all flags enabled in the set.
Auto Trait Implementations
impl Send for PropertyUsage
impl Send for PropertyUsageimpl Sync for PropertyUsage
impl Sync for PropertyUsageBlanket Implementations
impl<T> From for T[src]
impl<T> From for Timpl<T, U> Into for T where
U: From<T>, [src]
impl<T, U> Into for T where
U: From<T>, impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, impl<T, U> TryFrom for T where
T: From<U>, [src]
impl<T, U> TryFrom for T where
T: From<U>, type Error = !
try_from)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error> | [src] |
impl<T> Borrow for T where
T: ?Sized, [src]
impl<T> Borrow for T where
T: ?Sized, impl<T> BorrowMut for T where
T: ?Sized, [src]
impl<T> BorrowMut for T where
T: ?Sized, fn borrow_mut(&mut self) -> &mut T | [src] |
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
impl<T, U> TryInto for T where
U: TryFrom<T>, type Error = <U as TryFrom<T>>::Error
try_from)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error> | [src] |
impl<T> Any for T where
T: 'static + ?Sized, [src]
impl<T> Any for T where
T: 'static + ?Sized, fn get_type_id(&self) -> TypeId | [src] |