pub struct HivexNode {
pub hivex_node_h: i64,
}
Fields§
§hivex_node_h: i64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HivexNode
impl RefUnwindSafe for HivexNode
impl Send for HivexNode
impl Sync for HivexNode
impl Unpin for HivexNode
impl UnwindSafe for HivexNode
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