pub struct ItemLockedSignal {
pub locked: bool,
pub item: Sendable<*mut obs_sceneitem_t>,
}
Fields§
§locked: bool
§item: Sendable<*mut obs_sceneitem_t>
Trait Implementations§
Source§impl Clone for ItemLockedSignal
impl Clone for ItemLockedSignal
Source§fn clone(&self) -> ItemLockedSignal
fn clone(&self) -> ItemLockedSignal
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 moreAuto Trait Implementations§
impl Freeze for ItemLockedSignal
impl RefUnwindSafe for ItemLockedSignal
impl Send for ItemLockedSignal
impl Sync for ItemLockedSignal
impl Unpin for ItemLockedSignal
impl UnwindSafe for ItemLockedSignal
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