pub struct Event { /* private fields */ }Implementations§
Source§impl Event
impl Event
pub fn target(&self) -> u32
pub fn target_mut(&mut self) -> &mut u32
pub fn argument_count(&self) -> &ArgumentCount
pub fn argument_count_mut(&mut self) -> &mut ArgumentCount
pub fn options(&self) -> &Options
pub fn options_mut(&mut self) -> &mut Options
pub fn number_arguments(&self) -> &Vec<u32>
pub fn number_arguments_mut(&mut self) -> &mut Vec<u32>
pub fn string_arguments(&self) -> &Vec<U32OrString>
pub fn string_arguments_mut(&mut self) -> &mut Vec<U32OrString>
pub fn return_variable(&self) -> Option<u32>
pub fn return_variable_mut(&mut self) -> &mut Option<u32>
pub fn event_name(&self) -> &Option<String>
pub fn event_name_mut(&mut self) -> &mut Option<String>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Event
impl RefUnwindSafe for Event
impl Send for Event
impl Sync for Event
impl Unpin for Event
impl UnwindSafe for Event
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