struct BlueZone {
is_bottom: bool,
cs_bottom_edge: Fixed,
cs_top_edge: Fixed,
cs_flat_edge: Fixed,
ds_flat_edge: Fixed,
}
Expand description
Fields§
§is_bottom: bool
§cs_bottom_edge: Fixed
§cs_top_edge: Fixed
§cs_flat_edge: Fixed
§ds_flat_edge: Fixed
Trait Implementations§
impl Copy for BlueZone
impl StructuralPartialEq for BlueZone
Auto Trait Implementations§
impl Freeze for BlueZone
impl RefUnwindSafe for BlueZone
impl Send for BlueZone
impl Sync for BlueZone
impl Unpin for BlueZone
impl UnwindSafe for BlueZone
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