#[repr(C)]pub struct PLcword {
pub idents: *mut List,
}Fields§
§idents: *mut ListTrait Implementations§
Auto Trait Implementations§
impl !Send for PLcword
impl !Sync for PLcword
impl Freeze for PLcword
impl RefUnwindSafe for PLcword
impl Unpin for PLcword
impl UnsafeUnpin for PLcword
impl UnwindSafe for PLcword
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