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