pub struct PfrTable {
pub anchor: String,
pub name: String,
}
Expand description
A Rust-friendly wrapper to #[repr(C)] pfr_table
Fields§
§anchor: String
§name: String
Implementations§
Trait Implementations§
Source§impl Translate<pfr_table> for PfrTable
impl Translate<pfr_table> for PfrTable
impl StructuralPartialEq for PfrTable
Auto Trait Implementations§
impl Freeze for PfrTable
impl RefUnwindSafe for PfrTable
impl Send for PfrTable
impl Sync for PfrTable
impl Unpin for PfrTable
impl UnwindSafe for PfrTable
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