Struct sys_mount::UnmountDrop[][src]

pub struct UnmountDrop<T: Unmount> { /* fields omitted */ }

Unmounts the underlying mounted device upon drop.

Methods

impl<T: Unmount> UnmountDrop<T>
[src]

Modify the previously-set unmount flags.

Trait Implementations

impl<T: Unmount> Deref for UnmountDrop<T>
[src]

The resulting type after dereferencing.

Dereferences the value.

impl<T: Unmount> Drop for UnmountDrop<T>
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl<T> Send for UnmountDrop<T> where
    T: Send

impl<T> Sync for UnmountDrop<T> where
    T: Sync