#[repr(transparent)]pub struct EncoderId(pub u32);
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
Source§impl AsRawPropertyValue for EncoderId
impl AsRawPropertyValue for EncoderId
fn as_raw_property_value(&self) -> u64
Source§impl IntoRawPropertyValue for EncoderId
impl IntoRawPropertyValue for EncoderId
impl Copy for EncoderId
impl Eq for EncoderId
impl StructuralPartialEq for EncoderId
Auto Trait Implementations§
impl Freeze for EncoderId
impl RefUnwindSafe for EncoderId
impl Send for EncoderId
impl Sync for EncoderId
impl Unpin for EncoderId
impl UnwindSafe for EncoderId
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