Struct lu_packets::world::gm::client::SetStunned
source · [−]pub struct SetStunned {Show 18 fields
pub originator: ObjId,
pub state_change_type: StunState,
pub cant_attack: bool,
pub cant_attack_out_change_was_applied: bool,
pub cant_equip: bool,
pub cant_equip_out_change_was_applied: bool,
pub cant_interact: bool,
pub cant_interact_out_change_was_applied: bool,
pub cant_jump: bool,
pub cant_jump_out_change_was_applied: bool,
pub cant_move: bool,
pub cant_move_out_change_was_applied: bool,
pub cant_turn: bool,
pub cant_turn_out_change_was_applied: bool,
pub cant_use_item: bool,
pub cant_use_item_out_change_was_applied: bool,
pub dont_terminate_interact: bool,
pub ignore_immunity: bool,
}
Fields
originator: ObjId
state_change_type: StunState
cant_attack: bool
cant_attack_out_change_was_applied: bool
cant_equip: bool
cant_equip_out_change_was_applied: bool
cant_interact: bool
cant_interact_out_change_was_applied: bool
cant_jump: bool
cant_jump_out_change_was_applied: bool
cant_move: bool
cant_move_out_change_was_applied: bool
cant_turn: bool
cant_turn_out_change_was_applied: bool
cant_use_item: bool
cant_use_item_out_change_was_applied: bool
dont_terminate_interact: bool
ignore_immunity: bool
Trait Implementations
sourceimpl Debug for SetStunned
impl Debug for SetStunned
sourceimpl<__READER: Read> Deserialize<LittleEndian, __READER> for SetStunned
impl<__READER: Read> Deserialize<LittleEndian, __READER> for SetStunned
sourcefn deserialize(reader: &mut __READER) -> Result<Self>
fn deserialize(reader: &mut __READER) -> Result<Self>
Deserializes the type by reading from the reader.
sourceimpl From<SetStunned> for GameMessage
impl From<SetStunned> for GameMessage
sourcefn from(msg: SetStunned) -> Self
fn from(msg: SetStunned) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<SetStunned> for SetStunned
impl PartialEq<SetStunned> for SetStunned
sourcefn eq(&self, other: &SetStunned) -> bool
fn eq(&self, other: &SetStunned) -> bool
sourceimpl<'__LIFETIME, __WRITER: Write> Serialize<LittleEndian, __WRITER> for &'__LIFETIME SetStunned
impl<'__LIFETIME, __WRITER: Write> Serialize<LittleEndian, __WRITER> for &'__LIFETIME SetStunned
impl StructuralPartialEq for SetStunned
Auto Trait Implementations
impl RefUnwindSafe for SetStunned
impl Send for SetStunned
impl Sync for SetStunned
impl Unpin for SetStunned
impl UnwindSafe for SetStunned
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more