Struct eva_sdk::controller::RawStateEventPreparedOwned
source · pub struct RawStateEventPreparedOwned { /* private fields */ }Implementations§
source§impl RawStateEventPreparedOwned
impl RawStateEventPreparedOwned
pub fn from_rse_owned(state: RawStateEventOwned, delta: Option<f64>) -> Self
pub fn delta(&self) -> Option<f64>
pub fn state(&self) -> &RawStateEventOwned
pub fn state_mut(&mut self) -> &mut RawStateEventOwned
pub fn is_modified(&self, prev: &RawStateEventOwned) -> bool
Trait Implementations§
source§impl Clone for RawStateEventPreparedOwned
impl Clone for RawStateEventPreparedOwned
source§fn clone(&self) -> RawStateEventPreparedOwned
fn clone(&self) -> RawStateEventPreparedOwned
Returns a copy 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 From<RawStateEventPreparedOwned> for RawStateEventOwned
impl From<RawStateEventPreparedOwned> for RawStateEventOwned
source§fn from(s: RawStateEventPreparedOwned) -> Self
fn from(s: RawStateEventPreparedOwned) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for RawStateEventPreparedOwned
impl Send for RawStateEventPreparedOwned
impl Sync for RawStateEventPreparedOwned
impl Unpin for RawStateEventPreparedOwned
impl UnwindSafe for RawStateEventPreparedOwned
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