AsDevicePath

Trait AsDevicePath 

Source
pub trait AsDevicePath {
    // Required method
    fn as_device_path(&self) -> PathBuf;
}
Expand description

Device path trait

Required Methods§

Source

fn as_device_path(&self) -> PathBuf

Get absolute device path

Implementations on Foreign Types§

Source§

impl AsDevicePath for &str

Source§

impl AsDevicePath for &String

Source§

impl AsDevicePath for i8

Source§

impl AsDevicePath for i16

Source§

impl AsDevicePath for i32

Source§

impl AsDevicePath for i64

Source§

impl AsDevicePath for isize

Source§

impl AsDevicePath for u8

Source§

impl AsDevicePath for u16

Source§

impl AsDevicePath for u32

Source§

impl AsDevicePath for u64

Source§

impl AsDevicePath for usize

Source§

impl AsDevicePath for String

Implementors§