[−][src]Struct fuse::os::linux::SyscallFuseMount
This is supported on Linux and
feature="nightly_syscall_fuse_mount"
only.Implementations
impl SyscallFuseMount
[src]
pub fn new() -> SyscallFuseMount
[src]
This is supported on Linux only.
pub fn set_mount_source(self, mount_source: impl AsRef<OsStr>) -> Self
[src]
This is supported on Linux only.
pub fn set_mount_subtype(self, mount_subtype: impl AsRef<OsStr>) -> Self
[src]
This is supported on Linux only.
pub fn set_mount_flags(self, mount_flags: u32) -> Self
[src]
This is supported on Linux only.
pub fn set_user_id(self, uid: u32) -> Self
[src]
This is supported on Linux only.
pub fn set_group_id(self, gid: u32) -> Self
[src]
This is supported on Linux only.
pub fn set_root_mode(self, mode: u32) -> Self
[src]
This is supported on Linux only.
Trait Implementations
impl FuseMount for SyscallFuseMount
[src]
type Channel = DevFuseChannel
This is supported on Linux and
feature="std"
only.fn fuse_mount(self, mount_target: &Path) -> Result<DevFuseChannel>
[src]
Auto Trait Implementations
impl RefUnwindSafe for SyscallFuseMount
impl Send for SyscallFuseMount
impl Sync for SyscallFuseMount
impl Unpin for SyscallFuseMount
impl UnwindSafe for SyscallFuseMount
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, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
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>,