fn deref()

in src/bsd.rs [142:144]


    fn deref(&self) -> &Self::Target {
        unsafe { self.ptr.as_ref().expect("can deref") }
    }