Home
last modified time | relevance | path

Searched defs:with_type (Results 1 – 3 of 3) sorted by relevance

/external/crosvm/libcras_stub/src/
Dlibcras.rs138 pub fn with_type(_: CrasSocketType) -> Result<Self> { in with_type() method
/external/rust/crates/vulkano/src/image/
Dview.rs111 pub fn with_type(mut self, ty: ImageViewType) -> Self { in with_type() function
/external/rust/crates/virtio-drivers/src/device/
Dgpu.rs384 fn with_type(hdr_type: Command) -> CtrlHeader { in with_type() method