Struct roblox::data_type::RBXScriptConnection [−][src]
pub struct RBXScriptConnection { pub connected: bool, }
Expand description
Connection to an RBXScriptSignal
Fields
connected: bool
Is the connection active?
Implementations
Disconnect from the RBXScriptSignal
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for RBXScriptConnection
impl Send for RBXScriptConnection
impl Sync for RBXScriptConnection
impl Unpin for RBXScriptConnection
impl UnwindSafe for RBXScriptConnection
Blanket Implementations
Mutably borrows from an owned value. Read more