pub struct ObjectStream {
pub objects: BTreeMap<(u32, u16), Object>,
}
Fields§
§objects: BTreeMap<(u32, u16), Object>
Implementations§
Source§impl ObjectStream
impl ObjectStream
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ObjectStream
impl RefUnwindSafe for ObjectStream
impl Send for ObjectStream
impl Sync for ObjectStream
impl Unpin for ObjectStream
impl UnwindSafe for ObjectStream
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