#[repr(C)]pub struct nftnl_parse_err(/* private fields */);Auto Trait Implementations§
impl Freeze for nftnl_parse_err
impl RefUnwindSafe for nftnl_parse_err
impl Send for nftnl_parse_err
impl Sync for nftnl_parse_err
impl Unpin for nftnl_parse_err
impl UnwindSafe for nftnl_parse_err
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