[][src]Struct gio::UnixMountPoint

pub struct UnixMountPoint(_);

Implementations

impl UnixMountPoint[src]

impl UnixMountPoint[src]

pub fn get_device_path(&self) -> Option<PathBuf>[src]

pub fn get_fs_type(&self) -> Option<GString>[src]

pub fn get_mount_path(&self) -> Option<PathBuf>[src]

pub fn get_options(&self) -> Option<GString>[src]

pub fn guess_can_eject(&self) -> bool[src]

pub fn guess_icon(&self) -> Option<Icon>[src]

pub fn guess_name(&self) -> Option<GString>[src]

pub fn guess_symbolic_icon(&self) -> Option<Icon>[src]

pub fn is_loopback(&self) -> bool[src]

pub fn is_readonly(&self) -> bool[src]

pub fn is_user_mountable(&self) -> bool[src]

Trait Implementations

impl Clone for UnixMountPoint[src]

impl Debug for UnixMountPoint[src]

impl Eq for UnixMountPoint[src]

impl Ord for UnixMountPoint[src]

impl PartialEq<UnixMountPoint> for UnixMountPoint[src]

impl PartialOrd<UnixMountPoint> for UnixMountPoint[src]

impl StaticType for UnixMountPoint[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToSendValue for T where
    T: ToValue + SetValue + Send + ?Sized
[src]

impl<T> ToValue for T where
    T: SetValue + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.