Struct red4ext_rs::types::Cruid
source · pub struct Cruid(/* private fields */);
Implementations§
Trait Implementations§
source§impl Ord for Cruid
impl Ord for Cruid
source§impl PartialEq for Cruid
impl PartialEq for Cruid
source§impl PartialOrd for Cruid
impl PartialOrd for Cruid
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 Cruid
impl Eq for Cruid
Auto Trait Implementations§
impl Freeze for Cruid
impl RefUnwindSafe for Cruid
impl Send for Cruid
impl Sync for Cruid
impl Unpin for Cruid
impl UnwindSafe for Cruid
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