Enum skia_bindings::std_byte
source · #[repr(u8)]pub enum std_byte {
__bindgen_cannot_repr_c_on_empty_enum,
}
Variants§
__bindgen_cannot_repr_c_on_empty_enum
Trait Implementations§
source§impl PartialEq<std_byte> for std_byte
impl PartialEq<std_byte> for std_byte
impl Copy for std_byte
impl Eq for std_byte
impl StructuralEq for std_byte
impl StructuralPartialEq for std_byte
Auto Trait Implementations§
impl RefUnwindSafe for std_byte
impl Send for std_byte
impl Sync for std_byte
impl Unpin for std_byte
impl UnwindSafe for std_byte
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