#[repr(transparent)]pub struct rsb_type_t(pub c_char);Expand description
A type for specifying numerical type codes (See \ref matrix_type_symbols_section for a list of valid values).
Tuple Fields§
§0: c_charTrait Implementations§
Source§impl Clone for rsb_type_t
impl Clone for rsb_type_t
Source§fn clone(&self) -> rsb_type_t
fn clone(&self) -> rsb_type_t
Returns a duplicate 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 moreSource§impl Debug for rsb_type_t
impl Debug for rsb_type_t
Source§impl Hash for rsb_type_t
impl Hash for rsb_type_t
Source§impl PartialEq for rsb_type_t
impl PartialEq for rsb_type_t
impl Copy for rsb_type_t
impl Eq for rsb_type_t
impl StructuralPartialEq for rsb_type_t
Auto Trait Implementations§
impl Freeze for rsb_type_t
impl RefUnwindSafe for rsb_type_t
impl Send for rsb_type_t
impl Sync for rsb_type_t
impl Unpin for rsb_type_t
impl UnwindSafe for rsb_type_t
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