Struct red4ext_rs::types::PropertyFlags
source · pub struct PropertyFlags(/* private fields */);
Expand description
Flags for a property.
Implementations§
source§impl PropertyFlags
impl PropertyFlags
pub fn is_scripted(&self) -> bool
pub fn set_is_scripted(&mut self, is_scripted: bool)
pub fn in_value_holder(&self) -> bool
pub fn set_in_value_holder(&mut self, in_value_holder: bool)
Trait Implementations§
source§impl Clone for PropertyFlags
impl Clone for PropertyFlags
source§fn clone(&self) -> PropertyFlags
fn clone(&self) -> PropertyFlags
Returns a copy 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 PropertyFlags
impl Debug for PropertyFlags
source§impl Default for PropertyFlags
impl Default for PropertyFlags
source§fn default() -> PropertyFlags
fn default() -> PropertyFlags
Returns the “default value” for a type. Read more
impl Copy for PropertyFlags
Auto Trait Implementations§
impl Freeze for PropertyFlags
impl RefUnwindSafe for PropertyFlags
impl Send for PropertyFlags
impl Sync for PropertyFlags
impl Unpin for PropertyFlags
impl UnwindSafe for PropertyFlags
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