Docs.rs
orbtk-0.2.31
orbtk 0.2.31
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
jackpot51
FloVanGH
Dependencies
cssparser ^0.16.1
normal
lazy_static ^1.4.0
normal
orbclient ^0.3.27
normal
orbfont ^0.1.8
normal
orbimage ^0.1.17
normal
Versions
10.15%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
orbtk
0.2.31
Check
Set
Required Methods
check_set
Implementations on Foreign Types
Cell<T>
Implementors
In orbtk::
cell
orbtk
::
cell
Trait
CheckSet
Copy item path
Source
pub trait CheckSet<T> { // Required method fn
check_set
(&self, value: T) ->
bool
; }
Required Methods
§
Source
fn
check_set
(&self, value: T) ->
bool
Implementations on Foreign Types
§
Source
§
impl<T>
CheckSet
<T> for
Cell
<T>
where T:
PartialOrd
+
Copy
,
Source
§
fn
check_set
(&self, value: T) ->
bool
Implementors
§
Source
§
impl<T>
CheckSet
<T> for
CloneCell
<T>
where T:
PartialOrd
+
Copy
,