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