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