pub struct DeclaredServerProcEntry {
pub spell_id: u32,
pub attributes: u32,
}Expand description
One manifest-authored server SpellProcEntry overlay.
Fields§
§spell_id: u32§attributes: u32Trait Implementations§
Source§impl Clone for DeclaredServerProcEntry
impl Clone for DeclaredServerProcEntry
Source§fn clone(&self) -> DeclaredServerProcEntry
fn clone(&self) -> DeclaredServerProcEntry
Returns a duplicate 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 DeclaredServerProcEntry
impl Debug for DeclaredServerProcEntry
Source§impl PartialEq for DeclaredServerProcEntry
impl PartialEq for DeclaredServerProcEntry
impl Copy for DeclaredServerProcEntry
impl Eq for DeclaredServerProcEntry
impl StructuralPartialEq for DeclaredServerProcEntry
Auto Trait Implementations§
impl Freeze for DeclaredServerProcEntry
impl RefUnwindSafe for DeclaredServerProcEntry
impl Send for DeclaredServerProcEntry
impl Sync for DeclaredServerProcEntry
impl Unpin for DeclaredServerProcEntry
impl UnsafeUnpin for DeclaredServerProcEntry
impl UnwindSafe for DeclaredServerProcEntry
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