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