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