pub struct LeafFace {
pub face: i32,
}Fields§
§face: i32Trait Implementations§
Auto Trait Implementations§
impl Freeze for LeafFace
impl RefUnwindSafe for LeafFace
impl Send for LeafFace
impl Sync for LeafFace
impl Unpin for LeafFace
impl UnwindSafe for LeafFace
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