pub struct SBNode(/* private fields */);
Expand description
Stern-Brocot木上の頂点を表す。
Implementations§
Trait Implementations§
impl Copy for SBNode
impl Eq for SBNode
impl StructuralPartialEq for SBNode
Auto Trait Implementations§
impl Freeze for SBNode
impl RefUnwindSafe for SBNode
impl Send for SBNode
impl Sync for SBNode
impl Unpin for SBNode
impl UnwindSafe for SBNode
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