pub struct FfiWrmHeader { /* private fields */ }Trait Implementations§
Source§impl From<WrmHeader> for FfiWrmHeader
impl From<WrmHeader> for FfiWrmHeader
Auto Trait Implementations§
impl Freeze for FfiWrmHeader
impl RefUnwindSafe for FfiWrmHeader
impl Send for FfiWrmHeader
impl Sync for FfiWrmHeader
impl Unpin for FfiWrmHeader
impl UnwindSafe for FfiWrmHeader
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