pub struct ColConf {
pub count: u8,
pub up: u8,
pub take_only: bool,
}Fields§
§count: u8§up: u8§take_only: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for ColConf
impl RefUnwindSafe for ColConf
impl Send for ColConf
impl Sync for ColConf
impl Unpin for ColConf
impl UnsafeUnpin for ColConf
impl UnwindSafe for ColConf
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