pub trait HfsSegmentConst: AlgorithmTraitConst {
    fn as_raw_HfsSegment(&self) -> *const c_void;
}

Required Methods§

Implementors§