pub struct UstatArgs {
pub dev: dev_t,
}Fields§
§dev: dev_tTrait Implementations§
Source§impl From<UstatArgs> for SyscallArgs
impl From<UstatArgs> for SyscallArgs
Source§impl SyscallGroupsGetter for UstatArgs
impl SyscallGroupsGetter for UstatArgs
fn syscall_groups(&self) -> BitFlags<SyscallGroups>
Source§impl SyscallNumber for UstatArgs
impl SyscallNumber for UstatArgs
fn syscall_number(&self) -> isize
impl StructuralPartialEq for UstatArgs
Auto Trait Implementations§
impl Freeze for UstatArgs
impl RefUnwindSafe for UstatArgs
impl Send for UstatArgs
impl Sync for UstatArgs
impl Unpin for UstatArgs
impl UnwindSafe for UstatArgs
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