pub enum PropListLinkAttrs<'a> {
AltIfname(&'a CStr),
}Available on crate feature
rt-link only.Variants§
Implementations§
Source§impl PropListLinkAttrs<'_>
impl PropListLinkAttrs<'_>
pub fn new<'a>(buf: &'a [u8]) -> IterablePropListLinkAttrs<'a> ⓘ
Trait Implementations§
Source§impl<'a> Clone for PropListLinkAttrs<'a>
impl<'a> Clone for PropListLinkAttrs<'a>
Source§fn clone(&self) -> PropListLinkAttrs<'a>
fn clone(&self) -> PropListLinkAttrs<'a>
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 moreAuto Trait Implementations§
impl<'a> Freeze for PropListLinkAttrs<'a>
impl<'a> RefUnwindSafe for PropListLinkAttrs<'a>
impl<'a> Send for PropListLinkAttrs<'a>
impl<'a> Sync for PropListLinkAttrs<'a>
impl<'a> Unpin for PropListLinkAttrs<'a>
impl<'a> UnsafeUnpin for PropListLinkAttrs<'a>
impl<'a> UnwindSafe for PropListLinkAttrs<'a>
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