pub struct ChildLink {
pub name: String,
pub address: u64,
}Expand description
A named link to a child object (group or dataset).
Fields§
§name: StringLink name.
address: u64File address of the child’s object header.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ChildLink
impl RefUnwindSafe for ChildLink
impl Send for ChildLink
impl Sync for ChildLink
impl Unpin for ChildLink
impl UnsafeUnpin for ChildLink
impl UnwindSafe for ChildLink
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