Struct IsoSpeedPreset
#[repr(transparent)]pub struct IsoSpeedPreset(pub i32);Tuple Fields§
§0: i32Implementations§
Trait Implementations§
§impl Clone for IsoSpeedPreset
impl Clone for IsoSpeedPreset
§fn clone(&self) -> IsoSpeedPreset
fn clone(&self) -> IsoSpeedPreset
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 more§impl Debug for IsoSpeedPreset
impl Debug for IsoSpeedPreset
§impl Default for IsoSpeedPreset
impl Default for IsoSpeedPreset
§fn default() -> IsoSpeedPreset
fn default() -> IsoSpeedPreset
Returns the “default value” for a type. Read more
§impl PartialEq for IsoSpeedPreset
impl PartialEq for IsoSpeedPreset
impl Copy for IsoSpeedPreset
impl Eq for IsoSpeedPreset
impl StructuralPartialEq for IsoSpeedPreset
Auto Trait Implementations§
impl Freeze for IsoSpeedPreset
impl RefUnwindSafe for IsoSpeedPreset
impl Send for IsoSpeedPreset
impl Sync for IsoSpeedPreset
impl Unpin for IsoSpeedPreset
impl UnwindSafe for IsoSpeedPreset
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