[−]Struct gio::UnixMountPoint
Methods
impl UnixMountPoint
[src]
pub fn get_mount_points() -> (Vec<UnixMountPoint>, u64)
[src]
pub fn is_changed_since(time: u64) -> bool
[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
fn clone(&self) -> UnixMountPoint
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Debug for UnixMountPoint
[src]
impl Eq for UnixMountPoint
[src]
impl Ord for UnixMountPoint
[src]
fn cmp(&self, other: &Self) -> Ordering
[src]
fn max(self, other: Self) -> Self
1.21.0[src]
fn min(self, other: Self) -> Self
1.21.0[src]
fn clamp(self, min: Self, max: Self) -> Self
[src]
impl PartialEq<UnixMountPoint> for UnixMountPoint
[src]
impl PartialOrd<UnixMountPoint> for UnixMountPoint
[src]
fn partial_cmp(&self, other: &Self) -> Option<Ordering>
[src]
#[must_use]
fn lt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
fn le(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
fn gt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
fn ge(&self, other: &Rhs) -> bool
1.0.0[src]
impl StaticType for UnixMountPoint
fn static_type() -> Type
Auto Trait Implementations
impl RefUnwindSafe for UnixMountPoint
impl !Send for UnixMountPoint
impl !Sync for UnixMountPoint
impl Unpin for UnixMountPoint
impl UnwindSafe for UnixMountPoint
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T> ToSendValue for T where
T: ToValue + SetValue + Send + ?Sized,
[src]
T: ToValue + SetValue + Send + ?Sized,
fn to_send_value(&self) -> SendValue
[src]
impl<T> ToValue for T where
T: SetValue + ?Sized,
[src]
T: SetValue + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = !
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,