pub struct fdescenttbl {
pub fdt_nfiles: c_int,
/* private fields */
}Fields§
§fdt_nfiles: c_intTrait Implementations§
Source§impl Clone for fdescenttbl
impl Clone for fdescenttbl
Source§fn clone(&self) -> fdescenttbl
fn clone(&self) -> fdescenttbl
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for fdescenttbl
impl Debug for fdescenttbl
impl Copy for fdescenttbl
Auto Trait Implementations§
impl Freeze for fdescenttbl
impl RefUnwindSafe for fdescenttbl
impl !Send for fdescenttbl
impl !Sync for fdescenttbl
impl Unpin for fdescenttbl
impl UnwindSafe for fdescenttbl
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