Struct nvim_gtk::cursor::BlinkCount
source · [−]Fields
count: u32max: u32Implementations
sourceimpl BlinkCount
impl BlinkCount
Auto Trait Implementations
impl RefUnwindSafe for BlinkCount
impl Send for BlinkCount
impl Sync for BlinkCount
impl Unpin for BlinkCount
impl UnwindSafe for BlinkCount
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more