pub struct MemoryRangeAuthorityEntry {
pub owner: String,
pub start: u8,
pub end: u8,
pub purpose: String,
}Expand description
MemoryRangeAuthorityEntry
Fields§
§owner: String§start: u8§end: u8§purpose: StringTrait Implementations§
Source§impl Clone for MemoryRangeAuthorityEntry
impl Clone for MemoryRangeAuthorityEntry
Source§fn clone(&self) -> MemoryRangeAuthorityEntry
fn clone(&self) -> MemoryRangeAuthorityEntry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MemoryRangeAuthorityEntry
impl Debug for MemoryRangeAuthorityEntry
Source§impl<'de> Deserialize<'de> for MemoryRangeAuthorityEntry
impl<'de> Deserialize<'de> for MemoryRangeAuthorityEntry
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for MemoryRangeAuthorityEntry
impl RefUnwindSafe for MemoryRangeAuthorityEntry
impl Send for MemoryRangeAuthorityEntry
impl Sync for MemoryRangeAuthorityEntry
impl Unpin for MemoryRangeAuthorityEntry
impl UnsafeUnpin for MemoryRangeAuthorityEntry
impl UnwindSafe for MemoryRangeAuthorityEntry
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