Struct gio::UnixMountPoint[][src]

pub struct UnixMountPoint(_);
Expand description

Defines a Unix mount point (e.g. <filename>/dev</filename>). This corresponds roughly to a fstab entry.

Implementations

This is supported on Unix and crate feature v2_54 only.

Gets the device path for a unix mount point.

Returns

a string containing the device path.

This is supported on Unix and crate feature v2_54 only.

Gets the file system type for the mount point.

Returns

a string containing the file system type.

This is supported on Unix and crate feature v2_54 only.

Gets the mount path for a unix mount point.

Returns

a string containing the mount path.

This is supported on Unix and crate feature v2_54 only.

Gets the options for the mount point.

Returns

a string containing the options.

This is supported on Unix and crate feature v2_54 only.

Guesses whether a Unix mount point can be ejected.

Returns

true if self is deemed to be ejectable.

This is supported on Unix and crate feature v2_54 only.

Guesses the icon of a Unix mount point.

Returns

a Icon

This is supported on Unix and crate feature v2_54 only.

Guesses the name of a Unix mount point. The result is a translated string.

Returns

A newly allocated string that must be freed with g_free()

This is supported on Unix and crate feature v2_54 only.

Guesses the symbolic icon of a Unix mount point.

Returns

a Icon

This is supported on Unix and crate feature v2_54 only.

Checks if a unix mount point is a loopback device.

Returns

true if the mount point is a loopback. false otherwise.

This is supported on Unix and crate feature v2_54 only.

Checks if a unix mount point is read only.

Returns

true if a mount point is read only.

This is supported on Unix and crate feature v2_54 only.

Checks if a unix mount point is mountable by the user.

Returns

true if the mount point is user mountable.

This is supported on Unix and crate feature v2_54 and crate feature v2_66 only.

Gets a UnixMountPoint for a given mount path. If time_read is set, it will be filled with a unix timestamp for checking if the mount points have changed since with g_unix_mount_points_changed_since().

If more mount points have the same mount path, the last matching mount point is returned.

mount_path

path for a possible unix mount point.

Returns

a UnixMountPoint, or None if no match is found.

time_read

guint64 to contain a timestamp.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

This method returns an Ordering between self and other. Read more

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

Restrict a value to a certain interval. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

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

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

Returns the type identifier of Self.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.