Struct gio::UnixMountPoint [−][src]
pub struct UnixMountPoint(_);
Implementations
This is supported on (Unix or crate feature
dox
) and (crate features v2_54
or dox
) only.This is supported on (Unix or crate feature
dox
) and (crate features v2_54
or dox
) only.This is supported on Unix and crate feature
v2_54
only.This is supported on Unix and crate feature
v2_54
only.This is supported on Unix and crate feature
v2_54
only.This is supported on Unix and crate feature
v2_54
only.This is supported on Unix and crate feature
v2_54
only.This is supported on Unix and crate feature
v2_54
only.This is supported on Unix and crate feature
v2_54
only.This is supported on Unix and crate feature
v2_54
only.This is supported on Unix and crate feature
v2_54
only.This is supported on Unix and crate feature
v2_54
only.This is supported on Unix and crate feature
v2_54
only.This is supported on Unix and crate feature
v2_54
and crate feature v2_66
only.Trait Implementations
impl PartialEq<UnixMountPoint> for UnixMountPoint
This is supported on Unix and crate feature v2_54
only.
impl PartialEq<UnixMountPoint> for UnixMountPoint
This is supported on Unix and crate feature
v2_54
only.impl PartialOrd<UnixMountPoint> for UnixMountPoint
This is supported on Unix and crate feature v2_54
only.
impl PartialOrd<UnixMountPoint> for UnixMountPoint
This is supported on Unix and crate feature
v2_54
only.This method returns an ordering between self
and other
values if one exists. Read more
This method tests less than (for self
and other
) and is used by the <
operator. Read more
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
Returns the type identifier of Self
.
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
Mutably borrows from an owned value. Read more