Home
last modified time | relevance | path

Searched refs:Fragile (Results 1 – 25 of 301) sorted by relevance

12345678910>>...13

/dports/net-im/fractal/fractal-4.4.0/vendor/fragile/src/
H A Dfragile.rs27 pub struct Fragile<T> { struct
32 impl<T> Fragile<T> { argument
40 Fragile { in new()
133 impl<T> Drop for Fragile<T> { implementation
148 impl<T> From<T> for Fragile<T> { implementation
150 fn from(t: T) -> Fragile<T> { in from()
151 Fragile::new(t) in from()
164 fn default() -> Fragile<T> { in default()
176 impl<T: Eq> Eq for Fragile<T> {} implementation
205 impl<T: Ord> Ord for Fragile<T> { implementation
[all …]
H A Dsemisticky.rs5 use crate::fragile::Fragile;
10 Fragile(Fragile<T>), enumerator
37 SemiStickyImpl::Fragile(Fragile::new(value)) in new()
47 SemiStickyImpl::Fragile(ref inner) => inner.is_valid(), in is_valid()
60 SemiStickyImpl::Fragile(inner) => inner.into_inner(), in into_inner()
72 SemiStickyImpl::Fragile(inner) => inner.try_into_inner().map_err(|inner| SemiSticky { in try_into_inner()
73 inner: SemiStickyImpl::Fragile(inner), in try_into_inner()
89 SemiStickyImpl::Fragile(ref inner) => inner.get(), in get()
102 SemiStickyImpl::Fragile(ref mut inner) => inner.get_mut(), in get_mut()
112 SemiStickyImpl::Fragile(ref inner) => inner.try_get(), in try_get()
[all …]
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/fragile-1.0.0/src/
H A Dfragile.rs27 pub struct Fragile<T> { struct
32 impl<T> Fragile<T> { impl
40 Fragile { in new()
133 impl<T> Drop for Fragile<T> { implementation
148 impl<T> From<T> for Fragile<T> { implementation
150 fn from(t: T) -> Fragile<T> { in from()
151 Fragile::new(t) in from()
164 fn default() -> Fragile<T> { in default()
176 impl<T: Eq> Eq for Fragile<T> {} implementation
205 impl<T: Ord> Ord for Fragile<T> { implementation
[all …]
H A Dsemisticky.rs5 use crate::fragile::Fragile;
10 Fragile(Fragile<T>), enumerator
37 SemiStickyImpl::Fragile(Fragile::new(value)) in new()
47 SemiStickyImpl::Fragile(ref inner) => inner.is_valid(), in is_valid()
60 SemiStickyImpl::Fragile(inner) => inner.into_inner(), in into_inner()
72 SemiStickyImpl::Fragile(inner) => inner.try_into_inner().map_err(|inner| SemiSticky { in try_into_inner()
73 inner: SemiStickyImpl::Fragile(inner), in try_into_inner()
89 SemiStickyImpl::Fragile(ref inner) => inner.get(), in get()
102 SemiStickyImpl::Fragile(ref mut inner) => inner.get_mut(), in get_mut()
112 SemiStickyImpl::Fragile(ref inner) => inner.try_get(), in try_get()
[all …]
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/fragile-0.3.0/src/
H A Dfragile.rs28 pub struct Fragile<T> { struct
33 impl<T> Fragile<T> { argument
41 Fragile { in new()
134 impl<T> Drop for Fragile<T> { implementation
146 impl<T> From<T> for Fragile<T> { implementation
148 fn from(t: T) -> Fragile<T> { in from()
149 Fragile::new(t) in from()
162 fn default() -> Fragile<T> { in default()
174 impl<T: Eq> Eq for Fragile<T> {} implementation
203 impl<T: Ord> Ord for Fragile<T> { implementation
[all …]
H A Dsemisticky.rs5 use fragile::Fragile;
10 Fragile(Fragile<T>), enumerator
37 SemiStickyImpl::Fragile(Fragile::new(value)) in new()
47 SemiStickyImpl::Fragile(ref inner) => inner.is_valid(), in is_valid()
60 SemiStickyImpl::Fragile(inner) => inner.into_inner(), in into_inner()
72 SemiStickyImpl::Fragile(inner) => inner.try_into_inner().map_err(|inner| SemiSticky { in try_into_inner()
73 inner: SemiStickyImpl::Fragile(inner), in try_into_inner()
89 SemiStickyImpl::Fragile(ref inner) => inner.get(), in get()
102 SemiStickyImpl::Fragile(ref mut inner) => inner.get_mut(), in get_mut()
112 SemiStickyImpl::Fragile(ref inner) => inner.try_get(), in try_get()
[all …]
/dports/games/meandmyshadow/meandmyshadow-0.5a/data/levelpacks/default/
H A Dmap05.map3 tile(Fragile,150,100)
4 tile(Fragile,350,100)
5 tile(Fragile,550,100)
6 tile(Fragile,150,150)
7 tile(Fragile,350,150)
8 tile(Fragile,550,150)
32 tile(Fragile,650,200)
33 tile(Fragile,700,200)
46 tile(Fragile,600,350)
47 tile(Fragile,600,300)
H A DSwitches.map3 tile(Fragile,250,300)
4 tile(Fragile,300,300)
5 tile(Fragile,350,300)
6 tile(Fragile,400,300)
7 tile(Fragile,300,350)
8 tile(Fragile,350,350)
/dports/games/meandmyshadow/meandmyshadow-0.5a/data/levelpacks/tutorial/
H A Dtut09.map1 name=Fragile
18 tile(Fragile,350,250){
21 tile(Fragile,450,250){
30 tile(Fragile,450,200){
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gio-0.7.0/src/
H A Dpollable_output_stream.rs5 use fragile::Fragile;
63 let func: &Fragile<RefCell<Box<dyn FnMut(&O) -> glib::Continue + 'static>>> = in create_source()
70 Box::<Fragile<RefCell<Box<dyn FnMut(&O) -> glib::Continue + 'static>>>>::from_raw( in create_source()
106 let obj = Fragile::new(self.clone()); in create_source_future()
125 let obj = Fragile::new(self.clone()); in create_source_stream()
141 let func: Box<Fragile<RefCell<Box<dyn FnMut(&O) -> glib::Continue + 'static>>>> = in into_raw()
142 Box::new(Fragile::new(RefCell::new(Box::new(func)))); in into_raw()
H A Dpollable_input_stream.rs5 use fragile::Fragile;
71 let func: &Fragile<RefCell<Box<dyn FnMut(&O) -> glib::Continue + 'static>>> = in create_source()
78 Box::<Fragile<RefCell<Box<dyn FnMut(&O) -> glib::Continue + 'static>>>>::from_raw( in create_source()
138 let obj = Fragile::new(self.clone()); in create_source_future()
157 let obj = Fragile::new(self.clone()); in create_source_stream()
172 let func: Box<Fragile<RefCell<Box<dyn FnMut(&O) -> glib::Continue + 'static>>>> = in into_raw()
173 Box::new(Fragile::new(RefCell::new(Box::new(func)))); in into_raw()
H A Dsocket_listener.rs111 use fragile::Fragile; in accept_socket_async_future()
114 let send = Fragile::new(send); in accept_socket_async_future()
173 use fragile::Fragile; in accept_async_future()
178 let send = Fragile::new(send); in accept_async_future()
H A Dsocket.rs5 use fragile::Fragile;
344 let func: &Fragile< in create_source()
357 Fragile<RefCell<Box<dyn FnMut(&O, glib::IOCondition) -> glib::Continue + 'static>>>, in create_source()
393 let obj = Fragile::new(self.clone()); in create_source_future()
418 let obj = Fragile::new(self.clone()); in create_source_stream()
442 Fragile<RefCell<Box<dyn FnMut(&O, glib::IOCondition) -> glib::Continue + 'static>>>, in into_raw()
443 > = Box::new(Fragile::new(RefCell::new(Box::new(func)))); in into_raw()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/fragile-1.0.0/
H A DREADME.md1 # Fragile chapter
6 It provides two types: `Fragile<T>` and `Sticky<T>` which are similar in nature but
15 let val = Fragile::new(true);
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/fragile-0.3.0/
H A DREADME.md1 # Fragile chapter
6 It provides two types: `Fragile<T>` and `Sticky<T>` which are similar in nature but
15 let val = Fragile::new(true);
/dports/net-im/fractal/fractal-4.4.0/vendor/fragile/
H A DREADME.md1 # Fragile chapter
6 It provides two types: `Fragile<T>` and `Sticky<T>` which are similar in nature but
15 let val = Fragile::new(true);
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gio-0.7.0/src/auto/
H A Dfile.rs851 use fragile::Fragile; in append_to_async_future()
1032 use fragile::Fragile; in create_async_future()
1115 use fragile::Fragile; in create_readwrite_async_future()
1186 use fragile::Fragile; in delete_async_future()
1256 use fragile::Fragile; in eject_mountable_with_operation_future()
1477 use fragile::Fragile; in load_bytes_async_future()
1574 use fragile::Fragile; in load_contents_async_future()
1670 use fragile::Fragile; in make_directory_async_future()
1921 use fragile::Fragile; in mount_enclosing_volume_future()
1990 use fragile::Fragile; in mount_mountable_future()
[all …]
H A Dsubprocess.rs130 use fragile::Fragile; in communicate_async_future()
136 let send = Fragile::new(send); in communicate_async_future()
281 use fragile::Fragile; in wait_async_future()
286 let send = Fragile::new(send); in wait_async_future()
350 use fragile::Fragile; in wait_check_async_future()
355 let send = Fragile::new(send); in wait_check_async_future()
H A Doutput_stream.rs198 use fragile::Fragile; in close_async_future()
203 let send = Fragile::new(send); in close_async_future()
270 use fragile::Fragile; in flush_async_future()
275 let send = Fragile::new(send); in flush_async_future()
400 use fragile::Fragile; in splice_async_future()
406 let send = Fragile::new(send); in splice_async_future()
517 use fragile::Fragile; in write_bytes_async_future()
523 let send = Fragile::new(send); in write_bytes_async_future()
H A Dresolver.rs226 use fragile::Fragile; in lookup_by_address_async_future()
232 let send = Fragile::new(send); in lookup_by_address_async_future()
311 use fragile::Fragile; in lookup_by_name_async_future()
317 let send = Fragile::new(send); in lookup_by_name_async_future()
401 use fragile::Fragile; in lookup_records_async_future()
407 let send = Fragile::new(send); in lookup_records_async_future()
495 use fragile::Fragile; in lookup_service_async_future()
503 let send = Fragile::new(send); in lookup_service_async_future()
H A Dmount.rs216 use fragile::Fragile; in eject_with_operation_future()
222 let send = Fragile::new(send); in eject_with_operation_future()
332 use fragile::Fragile; in guess_content_type_future()
337 let send = Fragile::new(send); in guess_content_type_future()
417 use fragile::Fragile; in remount_future()
423 let send = Fragile::new(send); in remount_future()
495 use fragile::Fragile; in unmount_with_operation_future()
501 let send = Fragile::new(send); in unmount_with_operation_future()
H A Dinput_stream.rs164 use fragile::Fragile; in close_async_future()
169 let send = Fragile::new(send); in close_async_future()
266 use fragile::Fragile; in read_bytes_async_future()
271 let send = Fragile::new(send); in read_bytes_async_future()
358 use fragile::Fragile; in skip_async_future()
363 let send = Fragile::new(send); in skip_async_future()
/dports/lang/gravity/gravity-0.8.5/test/fuzzy/2017-04-25/
H A Did_000201_sig_11_src_001663_op_havoc_rep_2.gravity2 name: "Fragile class test.";
21 name: "Fragile class test.";
/dports/games/pcgen/pcgen/data/pathfinder/paizo/roleplaying_game/core_essentials/
H A Dce_profs_weapon.lst20 Harpoon TYPE:Piercing.Ranged.Thrown.Exotic.Fragile.Grapple.Spear
35 Mattock TYPE:Piercing.Martial.Fragile.Axe
36 Mere Club TYPE:StoneAge.Simple.Bludgeoning.Piercing.Fragile.Close.Hammer
57 Rhomphaia TYPE:Piercing.Slashing.Martial.Brace.Fragile.Reach
72 Tepoztopilli TYPE:StoneAge.Martial.Piercing.Slashing.Fragile.Reach
73 Terbutje TYPE:StoneAge.Martial.Slashing.Fragile.Bladeheavy
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gtk-0.7.0/src/auto/
H A Dicon_info.rs120 use fragile::Fragile; in load_icon_async_future()
125 let send = Fragile::new(send); in load_icon_async_future()
241 use fragile::Fragile; in load_symbolic_async_future()
250 let send = Fragile::new(send); in load_symbolic_async_future()
340 use fragile::Fragile; in load_symbolic_for_context_async_future()
346 let send = Fragile::new(send); in load_symbolic_for_context_async_future()

12345678910>>...13