pub enum Fslocation<'a> {
Host(&'a CStr),
Path(&'a CStr),
}Available on crate feature
nfsd only.Variants§
Implementations§
Source§impl Fslocation<'_>
impl Fslocation<'_>
pub fn new<'a>(buf: &'a [u8]) -> IterableFslocation<'a> ⓘ
Trait Implementations§
Source§impl<'a> Clone for Fslocation<'a>
impl<'a> Clone for Fslocation<'a>
Source§fn clone(&self) -> Fslocation<'a>
fn clone(&self) -> Fslocation<'a>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl<'a> Freeze for Fslocation<'a>
impl<'a> RefUnwindSafe for Fslocation<'a>
impl<'a> Send for Fslocation<'a>
impl<'a> Sync for Fslocation<'a>
impl<'a> Unpin for Fslocation<'a>
impl<'a> UnsafeUnpin for Fslocation<'a>
impl<'a> UnwindSafe for Fslocation<'a>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more