#[repr(C)]pub struct SPC_LINK_u(/* private fields */);
Implementations§
Source§impl SPC_LINK_u
impl SPC_LINK_u
pub unsafe fn pwszUrl(&self) -> &LPWSTR
pub unsafe fn pwszUrl_mut(&mut self) -> &mut LPWSTR
pub unsafe fn Moniker(&self) -> &SPC_SERIALIZED_OBJECT
pub unsafe fn Moniker_mut(&mut self) -> &mut SPC_SERIALIZED_OBJECT
pub unsafe fn pwszFile(&self) -> &LPWSTR
pub unsafe fn pwszFile_mut(&mut self) -> &mut LPWSTR
Trait Implementations§
Source§impl Clone for SPC_LINK_u
impl Clone for SPC_LINK_u
Source§fn clone(&self) -> SPC_LINK_u
fn clone(&self) -> SPC_LINK_u
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 Default for SPC_LINK_u
impl Default for SPC_LINK_u
Source§fn default() -> SPC_LINK_u
fn default() -> SPC_LINK_u
Returns the “default value” for a type. Read more
impl Copy for SPC_LINK_u
Auto Trait Implementations§
impl Freeze for SPC_LINK_u
impl RefUnwindSafe for SPC_LINK_u
impl Send for SPC_LINK_u
impl Sync for SPC_LINK_u
impl Unpin for SPC_LINK_u
impl UnwindSafe for SPC_LINK_u
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