pub struct HdPath(pub u32);Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for HdPath
Auto Trait Implementations§
impl Freeze for HdPath
impl RefUnwindSafe for HdPath
impl Send for HdPath
impl Sync for HdPath
impl Unpin for HdPath
impl UnwindSafe for HdPath
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