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