pub struct ChildID(pub *mut ITEMIDLIST);Tuple Fields§
§0: *mut ITEMIDLISTImplementations§
Trait Implementations§
Source§impl<'a> From<&'a ChildID> for ChildIDRef<'a>
impl<'a> From<&'a ChildID> for ChildIDRef<'a>
Source§impl From<RelativeIDList> for ChildID
impl From<RelativeIDList> for ChildID
Source§fn from(value: RelativeIDList) -> Self
fn from(value: RelativeIDList) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !Send for ChildID
impl !Sync for ChildID
impl Freeze for ChildID
impl RefUnwindSafe for ChildID
impl Unpin for ChildID
impl UnsafeUnpin for ChildID
impl UnwindSafe for ChildID
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