MCPcopy Create free account

hub / github.com/agerasev/flatty / functions

Functions287 in github.com/agerasev/flatty

Functioninit_err
()
tests/src/unsized_sized_enum.rs:86
Methodio
(pipe: P, max_msg_len: usize)
io/src/blocking/send.rs:42
Methodio
(pipe: P, max_msg_len: usize)
io/src/blocking/recv.rs:39
Methodio
(pipe: P, max_msg_len: usize)
io/src/async_/send.rs:63
Methodio
(pipe: P, max_msg_len: usize)
io/src/async_/recv.rs:59
Methodlayout
(&self)
containers/src/bytes.rs:24
Functionlen_cap
()
containers/src/vec.rs:262
Functionmax_const
()
portable/src/int.rs:539
Functionmin_const
()
portable/src/int.rs:532
Methodnew
(ident: Ident, field: &'a Field)
macros/src/items/init.rs:20
Methodnew
(buf_send: B)
io/src/blocking/send.rs:29
Methodnew
(buffer: B)
io/src/blocking/recv.rs:26
Methodnew
(buf_send: B)
io/src/async_/send.rs:50
Methodnew
(buffer: B)
io/src/async_/recv.rs:46
Methodnew
(capacity: usize, align: usize)
io/src/common/io.rs:12
Methodnew
(item: Self::Item)
containers/src/vec.rs:26
Methodnew
(data: D)
containers/src/flex.rs:106
Methodnew
(size: usize, align: usize)
containers/src/bytes.rs:13
Methodnew
()
base/src/utils/iter.rs:41
Methodnew_in_place
(self, emplacer: impl Emplacer<M>)
io/src/blocking/send.rs:93
Methodnew_in_place
(mut pointer: P, emplacer: impl Emplacer<F>)
containers/src/wrap.rs:57
Methodnew_in_place
Create a new instance of `Self` initializing raw memory into default state of `Self`.
base/src/traits.rs:45
Methodnew_unchecked
# Safety `data` must be aligned and have sufficient size.
base/src/utils/iter.rs:246
Methodnot
(self)
portable/src/bool_.rs:53
Methodoccupied_len
(&self)
io/src/common/io.rs:26
Functionone_const
()
portable/src/int.rs:525
Methodparse
(input: ParseStream)
macros/src/info.rs:34
Methodpartial_cmp
(&self, other: &Self)
portable/src/int.rs:143
Methodpoll
(mut self: Pin<&mut Self>, cx: &mut Context<'_>)
io/src/async_/send.rs:39
Methodpoll
(mut self: Pin<&mut Self>, cx: &mut Context<'_>)
io/src/async_/recv.rs:35
Methodpoll
(mut self: Pin<&mut Self>, cx: &mut Context<'_>)
io/src/async_/io.rs:44
Methodpop
(&mut self)
containers/src/flex.rs:373
Functionpos
()
base/src/utils/iter.rs:383
Methodptr_from_bytes
(bytes: *mut [u8])
containers/src/vec.rs:112
Methodptr_from_bytes
(bytes: *mut [u8])
containers/src/flex.rs:194
Methodptr_from_bytes
(bytes: *mut [u8])
containers/src/string.rs:57
Methodptr_from_bytes
(bytes: *mut [u8])
base/src/traits.rs:122
Methodptr_from_bytes
(bytes: *mut [u8])
tests/src/unsized_struct/manual.rs:64
Methodptr_from_bytes
(__bytes: *mut [u8])
tests/src/unsized_enum/manual.rs:278
Methodptr_to_bytes
(this: *mut Self)
containers/src/vec.rs:120
Methodptr_to_bytes
(this: *mut Self)
containers/src/flex.rs:197
Methodptr_to_bytes
(this: *mut Self)
containers/src/string.rs:61
Methodptr_to_bytes
(this: *mut Self)
base/src/traits.rs:125
Methodptr_to_bytes
(this: *mut Self)
tests/src/unsized_struct/manual.rs:71
Methodptr_to_bytes
(this: *mut Self)
tests/src/unsized_enum/manual.rs:281
Functionpush
()
containers/src/flex.rs:426
Functionpush_modify
()
containers/src/flex.rs:443
Functionpush_slice
()
containers/src/vec.rs:285
Functionpush_str
()
containers/src/string.rs:152
Methodrecv
(&mut self)
io/src/blocking/recv.rs:45
Methodretain
Destroy guard but do not remove message from receiver. Effect of this call is the same as leak of the guard.
io/src/blocking/recv.rs:74
Methodretain
Destroy guard but do not remove message from receiver. Effect of this call is the same as leak of the guard.
io/src/async_/recv.rs:94
Methodsend
(self)
io/src/blocking/send.rs:55
Functionsize
()
containers/src/vec.rs:270
Methodsize
(&self)
containers/src/string.rs:49
Methodsize
(&self)
tests/src/unsized_struct/manual.rs:56
Methodsize
(&self)
tests/src/unsized_enum/manual.rs:258
Functionstruct_
(ctx: &Context, input: &DeriveInput)
macros/src/items/unsized_enum.rs:9
Functionstruct_
(ctx: &Context, input: &DeriveInput)
macros/src/items/align_as.rs:6
Functionstruct_
(ctx: &Context, input: &DeriveInput)
macros/src/items/init.rs:85
Methodto_bytes
(self)
portable/src/int.rs:34
Methodto_bytes
(self)
portable/src/float.rs:33
Functiontruncate
()
portable/src/int.rs:556
Functiontruncate_saturating
()
portable/src/int.rs:613
Methodtruncate_saturating
(&self)
portable/src/int.rs:149
Methodtruncate_unchecked
Trucate to narrower integer type. All extra bits including sign are ignored.
portable/src/int.rs:102
Functionunique
()
io/src/tests/blocking.rs:8
Functionunique
()
io/src/tests/async_.rs:9
Methodvalidate
Check that memory contents of `this` is valid for `Self`.
base/src/traits.rs:67
Methodvalidate_ptr
(this: *const Self)
base/src/traits.rs:62
Methodvalidate_unchecked
(bytes: &[u8])
containers/src/vec.rs:198
Methodvalidate_unchecked
(bytes: &[u8])
containers/src/flex.rs:302
Methodvalidate_unchecked
(bytes: &[u8])
containers/src/string.rs:98
Methodvalidate_unchecked
(_: &[u8])
base/src/primitive.rs:46
Methodvalidate_unchecked
(_: &[u8])
portable/src/int.rs:171
Methodvalidate_unchecked
(bytes: &[u8])
portable/src/bool_.rs:36
Methodvalidate_unchecked
(_: &[u8])
portable/src/float.rs:39
Methodvalidate_unchecked
(_: &[u8])
tests/src/generics.rs:12
Methodvalidate_unchecked
(bytes: &[u8])
tests/src/unsized_struct/manual.rs:84
Methodvalidate_unchecked
(bytes: &[u8])
tests/src/sized_enum/manual.rs:25
Methodvalidate_unchecked
(bytes: &[u8])
tests/src/sized_struct/manual.rs:18
Methodvalidate_unchecked
(__bytes: &[u8])
tests/src/unsized_enum/manual.rs:33
Functionvec
()
portable/src/tests.rs:7
Functionwrapped_vec
()
containers/src/wrap.rs:113
Methodwrite_char
(&mut self, c: char)
containers/src/string.rs:123
Methodwrite_str
(&mut self, s: &str)
containers/src/string.rs:120
Functionzero_const
()
portable/src/int.rs:518
← previous201–287 of 287, ranked by callers