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