pub struct OpenMaxMargins {
pub nodes: u64,
pub free_ids: u64,
}Fields§
§nodes: u64§free_ids: u64Auto Trait Implementations§
impl Freeze for OpenMaxMargins
impl RefUnwindSafe for OpenMaxMargins
impl Send for OpenMaxMargins
impl Sync for OpenMaxMargins
impl Unpin for OpenMaxMargins
impl UnwindSafe for OpenMaxMargins
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