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