pub struct LinuxQStr<'a, Driver>{ /* private fields */ }
Expand description
A Linux qstr struct.
The struct qstr
(short for “quick string”) is a structure used in the
Virtual Filesystem (VFS) layer of the Linux kernel. It is primarily used
to represent filenames and directory entry names efficiently.
§Implementation Details
Corresponds to qstr
.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, Driver> !Freeze for LinuxQStr<'a, Driver>
impl<'a, Driver> !RefUnwindSafe for LinuxQStr<'a, Driver>
impl<'a, Driver> !Send for LinuxQStr<'a, Driver>
impl<'a, Driver> !Sync for LinuxQStr<'a, Driver>
impl<'a, Driver> Unpin for LinuxQStr<'a, Driver>
impl<'a, Driver> !UnwindSafe for LinuxQStr<'a, Driver>
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