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