[−][src]Struct lu_packets::world::gm::client::SetStatusImmunity
Fields
state_change_type: ImmunityState
immune_to_basic_attack: bool
immune_to_dot: bool
immune_to_imagination_gain: bool
immune_to_imagination_loss: bool
immune_to_interrupt: bool
immune_to_knockback: bool
immune_to_pull_to_point: bool
immune_to_quickbuild_interrupt: bool
immune_to_speed: bool
Trait Implementations
impl Debug for SetStatusImmunity
[src]
impl<__READER: Read> Deserialize<LittleEndian, __READER> for SetStatusImmunity
[src]
fn deserialize(reader: &mut __READER) -> Result<Self>
[src]
impl From<SetStatusImmunity> for GameMessage
[src]
fn from(msg: SetStatusImmunity) -> Self
[src]
impl PartialEq<SetStatusImmunity> for SetStatusImmunity
[src]
fn eq(&self, other: &SetStatusImmunity) -> bool
[src]
fn ne(&self, other: &SetStatusImmunity) -> bool
[src]
impl<'__LIFETIME, __WRITER: Write> Serialize<LittleEndian, __WRITER> for &'__LIFETIME SetStatusImmunity
[src]
impl StructuralPartialEq for SetStatusImmunity
[src]
Auto Trait Implementations
impl RefUnwindSafe for SetStatusImmunity
impl Send for SetStatusImmunity
impl Sync for SetStatusImmunity
impl Unpin for SetStatusImmunity
impl UnwindSafe for SetStatusImmunity
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,