pub struct LinkTargetIdList {
pub raw: Vec<u8>,
}Expand description
The raw LinkTargetIDList ([MS-SHLLINK] §2.2) — PIDL bytes kept verbatim.
Fields§
§raw: Vec<u8>The IDListSize-delimited ItemID blob, raw (no PIDL decode in v0.1).
Trait Implementations§
Source§impl Clone for LinkTargetIdList
impl Clone for LinkTargetIdList
Source§fn clone(&self) -> LinkTargetIdList
fn clone(&self) -> LinkTargetIdList
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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
impl Eq for LinkTargetIdList
Source§impl PartialEq for LinkTargetIdList
impl PartialEq for LinkTargetIdList
Source§fn eq(&self, other: &LinkTargetIdList) -> bool
fn eq(&self, other: &LinkTargetIdList) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq 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 UnsafeUnpin 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