Struct http_video_streaming_types::CircleParams
source · pub struct CircleParams {
pub center_x: i16,
pub center_y: i16,
pub radius: u16,
}
Fields§
§center_x: i16
§center_y: i16
§radius: u16
Trait Implementations§
source§impl Clone for CircleParams
impl Clone for CircleParams
source§fn clone(&self) -> CircleParams
fn clone(&self) -> CircleParams
Returns a copy 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 moresource§impl Debug for CircleParams
impl Debug for CircleParams
source§impl<'de> Deserialize<'de> for CircleParams
impl<'de> Deserialize<'de> for CircleParams
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for CircleParams
impl PartialEq for CircleParams
source§fn eq(&self, other: &CircleParams) -> bool
fn eq(&self, other: &CircleParams) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for CircleParams
impl Serialize for CircleParams
impl Eq for CircleParams
impl StructuralPartialEq for CircleParams
Auto Trait Implementations§
impl Freeze for CircleParams
impl RefUnwindSafe for CircleParams
impl Send for CircleParams
impl Sync for CircleParams
impl Unpin for CircleParams
impl UnwindSafe for CircleParams
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