pub struct LinkTargetIdList {
pub size: u16,
/* private fields */
}Expand description
The LinkTargetIDList structure specifies the target of the link. The presence of this optional structure is specified by the HasLinkTargetIDList bit (LinkFlagssection 2.1.1) in the ShellLinkHeader(section2.1).
Fields§
§size: u16The size, in bytes, of the IDList field.
Implementations§
Trait Implementations§
Source§impl Clone for LinkTargetIdList
impl Clone for LinkTargetIdList
Source§fn clone(&self) -> LinkTargetIdList
fn clone(&self) -> LinkTargetIdList
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LinkTargetIdList
impl Debug for LinkTargetIdList
Source§impl Default for LinkTargetIdList
impl Default for LinkTargetIdList
Source§impl From<&[u8]> for LinkTargetIdList
impl From<&[u8]> for LinkTargetIdList
Auto Trait Implementations§
impl Freeze for LinkTargetIdList
impl RefUnwindSafe for LinkTargetIdList
impl Send for LinkTargetIdList
impl Sync for LinkTargetIdList
impl Unpin for LinkTargetIdList
impl UnwindSafe for LinkTargetIdList
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