#[repr(C)]pub struct pfr_table {
pub pfrt_anchor: [u8; 1024],
pub pfrt_name: [u8; 32],
pub pfrt_flags: u32,
pub pfrt_fback: u8,
}
Fields§
§pfrt_anchor: [u8; 1024]
§pfrt_name: [u8; 32]
§pfrt_flags: u32
§pfrt_fback: u8
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for pfr_table
impl RefUnwindSafe for pfr_table
impl Send for pfr_table
impl Sync for pfr_table
impl Unpin for pfr_table
impl UnwindSafe for pfr_table
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