pub struct PathBufMarshaler;Trait Implementations§
Source§impl FromForeign<Slice<u8>, PathBuf> for PathBufMarshaler
Available on Unix only.
impl FromForeign<Slice<u8>, PathBuf> for PathBufMarshaler
Available on Unix only.
Source§impl InputType for PathBufMarshaler
Available on Unix only.
impl InputType for PathBufMarshaler
Available on Unix only.
Source§impl ReturnType for PathBufMarshaler
Available on Unix only.
impl ReturnType for PathBufMarshaler
Available on Unix only.
type Foreign = Slice<u8>
type ForeignTraitObject = ()
fn foreign_default() -> Self::Foreign
fn foreign_default_trait_object() -> Self::ForeignTraitObject
Auto Trait Implementations§
impl Freeze for PathBufMarshaler
impl RefUnwindSafe for PathBufMarshaler
impl Send for PathBufMarshaler
impl Sync for PathBufMarshaler
impl Unpin for PathBufMarshaler
impl UnsafeUnpin for PathBufMarshaler
impl UnwindSafe for PathBufMarshaler
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