#[repr(C)]pub struct s_Dirpool {
pub dirs: *mut Id,
pub ndirs: c_int,
pub dirtraverse: *mut Id,
}Fields§
§dirs: *mut Id§ndirs: c_int§dirtraverse: *mut IdTrait Implementations§
Auto Trait Implementations§
impl Freeze for s_Dirpool
impl RefUnwindSafe for s_Dirpool
impl !Send for s_Dirpool
impl !Sync for s_Dirpool
impl Unpin for s_Dirpool
impl UnwindSafe for s_Dirpool
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