Struct red4ext_rs::types::EntityId
source · pub struct EntityId(/* private fields */);
Implementations§
source§impl EntityId
impl EntityId
pub const fn is_defined(self) -> bool
pub const fn is_static(self) -> bool
pub const fn is_dynamic(self) -> bool
pub const fn is_persistable(self) -> bool
pub const fn is_transient(self) -> bool
Trait Implementations§
source§impl Ord for EntityId
impl Ord for EntityId
source§impl PartialEq for EntityId
impl PartialEq for EntityId
source§impl PartialOrd for EntityId
impl PartialOrd for EntityId
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for EntityId
impl Eq for EntityId
Auto Trait Implementations§
impl Freeze for EntityId
impl RefUnwindSafe for EntityId
impl Send for EntityId
impl Sync for EntityId
impl Unpin for EntityId
impl UnwindSafe for EntityId
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