pub struct Castlings {
pub white_short: bool,
pub white_long: bool,
pub black_short: bool,
pub black_long: bool,
}Fields§
§white_short: bool§white_long: bool§black_short: bool§black_long: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for Castlings
impl RefUnwindSafe for Castlings
impl Send for Castlings
impl Sync for Castlings
impl Unpin for Castlings
impl UnwindSafe for Castlings
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