pub struct B2position { /* private fields */ }Expand description
This is an internal structure.
Trait Implementations§
Source§impl Clone for B2position
impl Clone for B2position
Source§fn clone(&self) -> B2position
fn clone(&self) -> B2position
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for B2position
impl Debug for B2position
Source§impl Default for B2position
impl Default for B2position
Source§fn default() -> B2position
fn default() -> B2position
Returns the “default value” for a type. Read more
impl Copy for B2position
Auto Trait Implementations§
impl Freeze for B2position
impl RefUnwindSafe for B2position
impl Send for B2position
impl Sync for B2position
impl Unpin for B2position
impl UnsafeUnpin for B2position
impl UnwindSafe for B2position
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