Struct fs_sysfs_path

struct fs_sysfs_path { ... }

Fields

len: __u8
name: [__u8; 128]

Implementations

impl Clone for fs_sysfs_path

fn clone(self: &Self) -> fs_sysfs_path

impl Copy for fs_sysfs_path

impl Debug for fs_sysfs_path

fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result

impl Freeze for fs_sysfs_path

impl RefUnwindSafe for fs_sysfs_path

impl Send for fs_sysfs_path

impl Sync for fs_sysfs_path

impl Unpin for fs_sysfs_path

impl UnsafeUnpin for fs_sysfs_path

impl UnwindSafe for fs_sysfs_path

impl<T> Any for fs_sysfs_path

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for fs_sysfs_path

fn borrow(self: &Self) -> &T

impl<T> BorrowMut for fs_sysfs_path

fn borrow_mut(self: &mut Self) -> &mut T

impl<T> CloneToUninit for fs_sysfs_path

unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)

impl<T> From for fs_sysfs_path

fn from(t: T) -> T

Returns the argument unchanged.

impl<T, U> Into for fs_sysfs_path

fn into(self: Self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

impl<T, U> TryFrom for fs_sysfs_path

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

impl<T, U> TryInto for fs_sysfs_path

fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>