Struct customizable_buddy::UsizeBuddy
source · [−]pub struct UsizeBuddy { /* private fields */ }Expand description
用一个 usize 作为位图保存占用情况的伙伴行。
- 非侵入式
- 静态分配,容量有限
Trait Implementations
sourceimpl BuddyCollection for UsizeBuddy
impl BuddyCollection for UsizeBuddy
sourceimpl BuddyLine for UsizeBuddy
impl BuddyLine for UsizeBuddy
sourceimpl Debug for UsizeBuddy
impl Debug for UsizeBuddy
Auto Trait Implementations
impl RefUnwindSafe for UsizeBuddy
impl Send for UsizeBuddy
impl Sync for UsizeBuddy
impl Unpin for UsizeBuddy
impl UnwindSafe for UsizeBuddy
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more