[−][src]Struct skyline::nn::util::BinaryFileHeader
Fields
mMagic: i32
mSig: u32
mVerMicro: u8
mVerMinor: u8
mVerMajor: u16
mBOM: u16
mAlignment: u8
mTargetAddrSize: u8
mFileNameOffset: u32
mFlag: u16
mFirstBlockOffs: u16
mRelocationTableOffs: u32
mSize: u32
Methods
impl BinaryFileHeader
[src]
pub unsafe fn IsValid(
&self,
packedSig: i64,
majorVer: i32,
minorVer: i32,
microVer: i32
) -> bool
[src]
&self,
packedSig: i64,
majorVer: i32,
minorVer: i32,
microVer: i32
) -> bool
pub unsafe fn IsRelocated(&self) -> bool
[src]
pub unsafe fn IsEndianReverse(&self) -> bool
[src]
pub unsafe fn GetRelocationTable(&mut self) -> *mut RelocationTable
[src]
Auto Trait Implementations
impl RefUnwindSafe for BinaryFileHeader
impl Send for BinaryFileHeader
impl Sync for BinaryFileHeader
impl Unpin for BinaryFileHeader
impl UnwindSafe for BinaryFileHeader
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,