Home
last modified time | relevance | path

Searched defs:from_mut (Results 1 – 11 of 11) sorted by relevance

/external/rust/cxx/src/
Drust_string.rs23 pub fn from_mut(s: &mut String) -> &mut Self { in from_mut() method
Drust_slice.rs20 pub fn from_mut<T>(slice: &mut [T]) -> Self { in from_mut() method
Drust_vec.rs32 pub fn from_mut(v: &mut Vec<T>) -> &mut Self { in from_mut() method
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/cxx-1.0.130/src/
Drust_string.rs23 pub fn from_mut(s: &mut String) -> &mut Self { in from_mut() method
Drust_slice.rs20 pub fn from_mut<T>(slice: &mut [T]) -> Self { in from_mut() method
Drust_vec.rs32 pub fn from_mut(v: &mut Vec<T>) -> &mut Self { in from_mut() method
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/cxx-1.0.130/src/
Drust_string.rs23 pub fn from_mut(s: &mut String) -> &mut Self { in from_mut() method
Drust_slice.rs20 pub fn from_mut<T>(slice: &mut [T]) -> Self { in from_mut() method
Drust_vec.rs32 pub fn from_mut(v: &mut Vec<T>) -> &mut Self { in from_mut() method
/external/rust/android-crates-io/crates/zerocopy/src/pointer/
Dinner.rs122 pub(crate) fn from_mut(ptr: &'a mut T) -> Self { in from_mut() method
Dptr.rs210 pub(crate) fn from_mut(ptr: &'a mut T) -> Self { in from_mut() function