pub struct PsSystemSystemHeaderExt {
pub ps_system_header: PsSystemHeader<[u8; 12]>,
pub ps_system_table: Option<Vec<PsSystemHeaderStreamTable<[u8; 3]>>>,
}
Fields§
§ps_system_header: PsSystemHeader<[u8; 12]>
§ps_system_table: Option<Vec<PsSystemHeaderStreamTable<[u8; 3]>>>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PsSystemSystemHeaderExt
impl RefUnwindSafe for PsSystemSystemHeaderExt
impl Send for PsSystemSystemHeaderExt
impl Sync for PsSystemSystemHeaderExt
impl Unpin for PsSystemSystemHeaderExt
impl UnwindSafe for PsSystemSystemHeaderExt
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