Struct Dmem
Source pub struct Dmem {
mode: usize,
config: &'static DmemConfig,
}
Expand description
Implementation of Direct Memory system.
See initialize_dmem
on the Orbis for a reference.
§Reference offsets
Version | Offset |
PS4 11.00 | 0x3F5C20 |
§Reference offsets
Version | Offset |
PS4 11.00 | 0x3F64C0 |
§Reference offsets
Version | Offset |
PS4 11.00 | 0x3F65B0 |
§Reference offsets
Version | Offset |
PS4 11.00 | 0x3F5B10 |
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self)
.
That is, this conversion is whatever the implementation of
From<T> for U
chooses to do.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.