pub struct Segment360 { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for Segment360
impl Clone for Segment360
Source§fn clone(&self) -> Segment360
fn clone(&self) -> Segment360
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for Segment360
Auto Trait Implementations§
impl Freeze for Segment360
impl RefUnwindSafe for Segment360
impl Send for Segment360
impl Sync for Segment360
impl Unpin for Segment360
impl UnwindSafe for Segment360
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