pub struct CommonNetworkRelativeLink {
pub net_name: Option<String>,
pub device_name: Option<String>,
}Expand description
The CommonNetworkRelativeLink ([MS-SHLLINK] §2.3.2).
Fields§
§net_name: Option<String>The UNC share / network name (e.g. \\\\server\\share).
device_name: Option<String>The local device the share was mapped to (e.g. Z:), when present.
Trait Implementations§
Source§impl Clone for CommonNetworkRelativeLink
impl Clone for CommonNetworkRelativeLink
Source§fn clone(&self) -> CommonNetworkRelativeLink
fn clone(&self) -> CommonNetworkRelativeLink
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 CommonNetworkRelativeLink
impl Debug for CommonNetworkRelativeLink
impl Eq for CommonNetworkRelativeLink
Source§impl PartialEq for CommonNetworkRelativeLink
impl PartialEq for CommonNetworkRelativeLink
Source§fn eq(&self, other: &CommonNetworkRelativeLink) -> bool
fn eq(&self, other: &CommonNetworkRelativeLink) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CommonNetworkRelativeLink
Auto Trait Implementations§
impl Freeze for CommonNetworkRelativeLink
impl RefUnwindSafe for CommonNetworkRelativeLink
impl Send for CommonNetworkRelativeLink
impl Sync for CommonNetworkRelativeLink
impl Unpin for CommonNetworkRelativeLink
impl UnsafeUnpin for CommonNetworkRelativeLink
impl UnwindSafe for CommonNetworkRelativeLink
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