pub struct ResidueRef {
pub entity_id: EntityId,
pub residue_index: u32,
}Expand description
Reference to a specific residue inside an entity. Mirror of
proto::plugin::ResidueRef.
Fields§
§entity_id: EntityIdEntity the residue belongs to.
residue_index: u320-indexed within entity.
Trait Implementations§
Source§impl Clone for ResidueRef
impl Clone for ResidueRef
impl Copy for ResidueRef
Source§impl Debug for ResidueRef
impl Debug for ResidueRef
impl Eq for ResidueRef
Source§impl PartialEq for ResidueRef
impl PartialEq for ResidueRef
impl StructuralPartialEq for ResidueRef
Auto Trait Implementations§
impl Freeze for ResidueRef
impl RefUnwindSafe for ResidueRef
impl Send for ResidueRef
impl Sync for ResidueRef
impl Unpin for ResidueRef
impl UnsafeUnpin for ResidueRef
impl UnwindSafe for ResidueRef
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