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