#[repr(transparent)]pub struct spacetype {
pub repr: i32,
}Fields§
§repr: i32Implementations§
Source§impl spacetype
impl spacetype
Sourcepub const IPTR_CONSTANT: Self
pub const IPTR_CONSTANT: Self
Special space to represent constants
Sourcepub const IPTR_PROCESSOR: Self
pub const IPTR_PROCESSOR: Self
Normal spaces modelled by processor
Sourcepub const IPTR_SPACEBASE: Self
pub const IPTR_SPACEBASE: Self
addresses = offsets off of base register
Sourcepub const IPTR_INTERNAL: Self
pub const IPTR_INTERNAL: Self
Internally managed temporary space
Sourcepub const IPTR_FSPEC: Self
pub const IPTR_FSPEC: Self
Special internal FuncCallSpecs reference
Trait Implementations§
Source§impl ExternType for spacetype
impl ExternType for spacetype
impl Copy for spacetype
impl Eq for spacetype
impl StructuralPartialEq for spacetype
Auto Trait Implementations§
impl Freeze for spacetype
impl RefUnwindSafe for spacetype
impl Send for spacetype
impl Sync for spacetype
impl Unpin for spacetype
impl UnwindSafe for spacetype
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