pub struct SdpAttributeImageAttrPRange {
pub min: f32,
pub max: f32,
}Fields§
§min: f32§max: f32Trait Implementations§
Source§impl Clone for SdpAttributeImageAttrPRange
impl Clone for SdpAttributeImageAttrPRange
Source§fn clone(&self) -> SdpAttributeImageAttrPRange
fn clone(&self) -> SdpAttributeImageAttrPRange
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 moreSource§impl Debug for SdpAttributeImageAttrPRange
impl Debug for SdpAttributeImageAttrPRange
impl StructuralPartialEq for SdpAttributeImageAttrPRange
Auto Trait Implementations§
impl Freeze for SdpAttributeImageAttrPRange
impl RefUnwindSafe for SdpAttributeImageAttrPRange
impl Send for SdpAttributeImageAttrPRange
impl Sync for SdpAttributeImageAttrPRange
impl Unpin for SdpAttributeImageAttrPRange
impl UnwindSafe for SdpAttributeImageAttrPRange
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