pub struct MemoryBackend {
pub memory_id: u8,
pub memory_type: MemoryType,
/* private fields */
}Expand description
Description of a memory in the Crazyflie
Fields§
§memory_id: u8Unique identifier for this memory subsystem (used when reading/writing/querying)
memory_type: MemoryTypeType of memory
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MemoryBackend
impl RefUnwindSafe for MemoryBackend
impl Send for MemoryBackend
impl Sync for MemoryBackend
impl Unpin for MemoryBackend
impl UnwindSafe for MemoryBackend
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