pub struct NamedBlocks { /* private fields */ }Expand description
Blocks addressed by a well-known name.
Implementations§
Source§impl NamedBlocks
impl NamedBlocks
Sourcepub fn into_inner(self) -> HashMap<CString, u32>
pub fn into_inner(self) -> HashMap<CString, u32>
Transform into inner representation.
Trait Implementations§
Source§impl BigEndianRead for NamedBlocks
impl BigEndianRead for NamedBlocks
Source§impl BigEndianWrite for NamedBlocks
impl BigEndianWrite for NamedBlocks
Source§impl Debug for NamedBlocks
impl Debug for NamedBlocks
Auto Trait Implementations§
impl Freeze for NamedBlocks
impl RefUnwindSafe for NamedBlocks
impl Send for NamedBlocks
impl Sync for NamedBlocks
impl Unpin for NamedBlocks
impl UnwindSafe for NamedBlocks
Blanket Implementations§
Source§impl<T, C> BlockRead<C> for Twhere
T: BigEndianRead,
impl<T, C> BlockRead<C> for Twhere
T: BigEndianRead,
Source§impl<T, C> BlockWrite<C> for Twhere
T: BigEndianWrite,
impl<T, C> BlockWrite<C> for Twhere
T: BigEndianWrite,
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