#[repr(C)]pub struct nameddir {
pub node: hashnode,
pub dir: *mut c_char,
pub diff: c_int,
}Fields§
§node: hashnode§dir: *mut c_char§diff: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for nameddir
impl RefUnwindSafe for nameddir
impl !Send for nameddir
impl !Sync for nameddir
impl Unpin for nameddir
impl UnwindSafe for nameddir
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