[−][src]Struct four_char_code::FourCharCode
Methods
impl FourCharCode[src]
pub fn new(value: u32) -> FourCharCode[src]
pub fn to_u32(&self) -> u32[src]
pub fn to_string(&self) -> String[src]
Trait Implementations
impl Copy for FourCharCode[src]
impl From<u32> for FourCharCode[src]
fn from(number: u32) -> FourCharCode[src]
impl From<String> for FourCharCode[src]
fn from(value: String) -> FourCharCode[src]
impl<'_> From<&'_ str> for FourCharCode[src]
fn from(value: &str) -> FourCharCode[src]
impl From<FourCharCode> for u32[src]
fn from(fcc: FourCharCode) -> u32[src]
impl From<FourCharCode> for String[src]
fn from(fcc: FourCharCode) -> String[src]
impl Clone for FourCharCode[src]
fn clone(&self) -> Self[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for FourCharCode[src]
Auto Trait Implementations
impl Send for FourCharCode
impl Unpin for FourCharCode
impl Sync for FourCharCode
impl UnwindSafe for FourCharCode
impl RefUnwindSafe for FourCharCode
Blanket Implementations
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,