pub enum CeilingType {
Actual,
Adaptive,
}Variants§
Trait Implementations§
Source§impl Clone for CeilingType
impl Clone for CeilingType
Source§fn clone(&self) -> CeilingType
fn clone(&self) -> CeilingType
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 CeilingType
impl Debug for CeilingType
Source§impl PartialEq for CeilingType
impl PartialEq for CeilingType
impl Copy for CeilingType
impl StructuralPartialEq for CeilingType
Auto Trait Implementations§
impl Freeze for CeilingType
impl RefUnwindSafe for CeilingType
impl Send for CeilingType
impl Sync for CeilingType
impl Unpin for CeilingType
impl UnwindSafe for CeilingType
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